mirror of
				https://github.com/MHSanaei/3x-ui.git
				synced 2025-10-31 20:32:52 +00:00 
			
		
		
		
	TLS-REALITY : hide value of private key
This commit is contained in:
		
							parent
							
								
									653ec90451
								
							
						
					
					
						commit
						99a23f25d5
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -43,11 +43,11 @@ | |||
|     <a-form-item label='SpiderX'> | ||||
|         <a-input v-model.trim="inbound.stream.reality.settings.spiderX"></a-input> | ||||
|     </a-form-item> | ||||
|     <a-form-item label='{{ i18n "pages.inbounds.privatekey" }}'> | ||||
|         <a-input v-model.trim="inbound.stream.reality.privateKey"></a-input> | ||||
|     </a-form-item> | ||||
|     <a-form-item label='{{ i18n "pages.inbounds.publicKey" }}'> | ||||
|         <a-input v-model.trim="inbound.stream.reality.settings.publicKey"></a-input> | ||||
|         <a-input v-model="inbound.stream.reality.settings.publicKey"></a-input> | ||||
|     </a-form-item> | ||||
|     <a-form-item label='{{ i18n "pages.inbounds.privatekey" }}'> | ||||
|         <a-input type="password" v-model="inbound.stream.reality.privateKey"></a-input> | ||||
|     </a-form-item> | ||||
|     <a-form-item label=" "> | ||||
|         <a-button type="primary" icon="import" @click="getNewX25519Cert">Get New Cert</a-button> | ||||
|  |  | |||
|  | @ -85,10 +85,10 @@ | |||
|       </template> | ||||
|       <template v-else> | ||||
|         <a-form-item label='{{ i18n "pages.inbounds.publicKey" }}'> | ||||
|           <a-input type="textarea" :rows="3" v-model="cert.cert"></a-input> | ||||
|           <a-input v-model="cert.cert"></a-input> | ||||
|         </a-form-item> | ||||
|         <a-form-item label='{{ i18n "pages.inbounds.privatekey" }}'> | ||||
|           <a-input type="textarea" :rows="3" v-model="cert.key"></a-input> | ||||
|           <a-input type="password" v-model="cert.key"></a-input> | ||||
|         </a-form-item> | ||||
|       </template> | ||||
|       <a-form-item label='OCSP stapling'> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 mhsanaei
						mhsanaei