Skip to content

Commit

Permalink
FISH-5987 Remove more references to SSL2, SSL3, TLS1 and TLS11
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchan committed Apr 6, 2022
1 parent 92bc46d commit c2f2db6
Show file tree
Hide file tree
Showing 31 changed files with 101 additions and 235 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.
Portions Copyright &#169; [2017-2020] Payara Foundation and/or affiliates.
Portions Copyright &#169; [2017-2022] Payara Foundation and/or affiliates.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -40,10 +40,6 @@ <h5>Before You Begin</h5>
<p>The SSL page opens.</p>
</li>
<li>
<p>On the SSL page, select the SSL3 Enabled checkbox to enable SSL3.</p>
<p>This option is enabled by default.</p>
</li>
<li>
<p>Select the TLS Enabled checkbox to enable Transport Layer Security (TLS).</p>
<p>This option is enabled by default.</p>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server-Administrationskonsole
Expand Down Expand Up @@ -247,7 +247,6 @@ msg.JS.improperEmail=E-Mail-Adresse ist nicht korrekt formatiert

msg.JS.ssl.errSecurityChecked=Zur Aktivierung der Sicherheit m\u00fcssen Sie einen Zertifikatskurznamen eingeben.
msg.JS.ssl.errClientChecked=Zur Aktivierung der Clientauthentifizierung m\u00fcssen Sie einen Zertifikatskurznamen eingeben.
msg.JS.ssl.errSslTlsCert=Sie m\u00fcssen einen Zertifikatskurznamen eingeben, da SSL3 und/oder TLS aktiviert ist.
msg.JS.ssl.errCiphersSelected=Zum Speichern von Ciphers m\u00fcssen Sie SSL3/TLS w\u00e4hlen


Expand Down Expand Up @@ -995,8 +994,6 @@ edJmxConnector.clientAuthLabel=Clientauthentifizierung:
edJmxConnector.clientAuthHelp=Erfordert, dass der Client sich beim Server authentifiziert
edJmxConnector.certNicknameLabel=Zertifikatskurzname:
edJmxConnector.certNicknameHelp=Akzeptiert einen Einzelwert, identifiziert das Schl\u00fcsselpaar und Zertifikat des Servers
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS:
edJmxConnector.ciphersLabel=Cipher Suites:
edJmxConnector.ciphersHelp=Wenn keine Cipher Suite hinzugef\u00fcgt wurde, werden ALLE Cipher Suites ausgew\u00e4hlt.
Expand Down Expand Up @@ -1118,8 +1115,6 @@ ssl.clientAuthLabel=Clientauthentifizierung:
ssl.clientAuthHelp=Erfordert, dass der Client sich beim Server authentifiziert.
ssl.certNicknameLabel=Zertifikatskurzname:
ssl.certNicknameHelp=Akzeptiert einen Einzelwert, identifiziert das Schl\u00fcsselpaar und Zertifikat des Servers.
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS:
ssl.ciphersLabel=Cipher Suites:
ssl.ciphersHelp=Wenn keine Cipher Suite hinzugef\u00fcgt wird, werden ALLE Cipher Suites ausgew\u00e4hlt.
Expand All @@ -1128,7 +1123,6 @@ ssl.eccCiphersLabel=ECC-Cipher Suites:
ssl.ephCiphersLabel=Fl\u00fcchtige Diffie-Hellman-Cipher Suites:
ssl.otherCiphersLabel=40- und 56 Bit-Cipher Suites:
ssl.sslPageHelp=SSL-Einstellungen konfigurieren.
ssl.ssl2Label=SSL2:
ssl.cipherssuites=Cipher Suites
ssl.availableCommonCiphersLabel=Verf\u00fcgbare allgemeine Cipher Suites:
ssl.selectedCommonCiphersLabel=Ausgew\u00e4hlte allgemeine Cipher Suites:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Consola de Administraci\u00f3n de Payara Server
Expand Down Expand Up @@ -247,7 +247,6 @@ msg.JS.improperEmail=La direcci\u00f3n de correo electr\u00f3nico tiene un forma

msg.JS.ssl.errSecurityChecked=Debe introducir un apodo de certificado para activar la seguridad.
msg.JS.ssl.errClientChecked=Debe introducir un apodo de certificado para activar la autenticaci\u00f3n de cliente.
msg.JS.ssl.errSslTlsCert=Debe introducir el apodo del certificado, ya que SSL3 y/o TLS est\u00e1n activados.
msg.JS.ssl.errCiphersSelected=Debe seleccionar SSL3 / TLS para guardar los cifrados


Expand Down Expand Up @@ -1002,8 +1001,6 @@ edJmxConnector.clientAuthLabel=Autenticaci\u00f3n de Cliente:
edJmxConnector.clientAuthHelp=Necesita que el cliente se autentique en el servidor
edJmxConnector.certNicknameLabel=Apodo de Certificado:
edJmxConnector.certNicknameHelp=Asume un \u00fanico valor e identifica el par de claves y el certificado del servidor.
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS:
edJmxConnector.ciphersLabel=Conjuntos de Cifrado:
edJmxConnector.ciphersHelp=Si no se agrega ning\u00fan conjunto de cifrado, esto significa que se seleccionar\u00e1n TODOS los conjuntos de cifrado.
Expand Down Expand Up @@ -1125,8 +1122,6 @@ ssl.clientAuthLabel=Autenticaci\u00f3n de Cliente:
ssl.clientAuthHelp=Necesita que el cliente se autentique en el servidor.
ssl.certNicknameLabel=Apodo de Certificado:
ssl.certNicknameHelp=Asume un \u00fanico valor e identifica el par de claves y el certificado del servidor.
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS:
ssl.ciphersLabel=Conjuntos de Cifrado:
ssl.ciphersHelp=Si no se agrega ning\u00fan conjunto de cifrado, se seleccionan TODOS los conjuntos de cifrado.
Expand All @@ -1135,7 +1130,6 @@ ssl.eccCiphersLabel=Conjuntos de Cifrado ECC:
ssl.ephCiphersLabel=Conjuntos de Cifrado Diffie-Hellman Ef\u00edmeros:
ssl.otherCiphersLabel=Conjuntos de Cifrado de 40 y 56 Bits:
ssl.sslPageHelp=Configurar SSL.
ssl.ssl2Label=SSL2:
ssl.cipherssuites=Conjuntos de Cifrado
ssl.availableCommonCiphersLabel=Conjuntos de Cifrado Comunes Disponibles:
ssl.selectedCommonCiphersLabel=Conjuntos de Cifrado Comunes Seleccionados:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]
TODO=
TBD=\u00e0 d\u00e9terminer
versionImage.description=Console d'administration de Payara Server
Expand Down Expand Up @@ -247,7 +247,6 @@ msg.JS.improperEmail=Le format de l\u2019adresse \u00e9lectronique n\u2019est pa

msg.JS.ssl.errSecurityChecked=Vous devez entrer un pseudonyme de certificat pour activer la s\u00e9curit\u00e9.
msg.JS.ssl.errClientChecked=Vous devez entrer un pseudonyme de certificat pour activer l\u2019authentification client.
msg.JS.ssl.errSslTlsCert=Vous devez saisir le pseudonyme du certificat lorsque SSL3 et/ou TLS sont activ\u00e9s.
msg.JS.ssl.errCiphersSelected=Vous devez s\u00e9lectionner SSL3/TLS pour enregistrer des cryptages


Expand Down Expand Up @@ -995,8 +994,6 @@ edJmxConnector.clientAuthLabel=Authentification client :
edJmxConnector.clientAuthHelp=Requiert que le client s'authentifie aupr\u00e8s du serveur.
edJmxConnector.certNicknameLabel=Pseudonyme de certificat :
edJmxConnector.certNicknameHelp=Prend une valeur unique, identifie la paire de cl\u00e9s et le certificat du serveur.
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS :
edJmxConnector.ciphersLabel=Suites de cryptage :
edJmxConnector.ciphersHelp=Si aucune suite de cryptage n'est ajout\u00e9e, cela signifie que TOUTES les suites de cryptage seront s\u00e9lectionn\u00e9es.
Expand Down Expand Up @@ -1118,8 +1115,6 @@ ssl.clientAuthLabel=Authentification client :
ssl.clientAuthHelp=Requiert que le client s'authentifie aupr\u00e8s du serveur.
ssl.certNicknameLabel=Pseudonyme du certificat :
ssl.certNicknameHelp=Prend une valeur unique, identifie la paire de cl\u00e9s et le certificat du serveur.
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS :
ssl.ciphersLabel=Suites de cryptage :
ssl.ciphersHelp=Si aucune suite de cryptage n'est ajout\u00e9e, TOUTES les suites de cryptage sont s\u00e9lectionn\u00e9es.
Expand All @@ -1128,7 +1123,6 @@ ssl.eccCiphersLabel=Suites de cryptage ECC :
ssl.ephCiphersLabel=Suites de cryptage Diffie-Hellman \u00e9ph\u00e9m\u00e8re :
ssl.otherCiphersLabel=Suites de cryptage 40 bits et 56 bits :
ssl.sslPageHelp=Configurez les param\u00e8tres SSL.
ssl.ssl2Label=SSL2:
ssl.cipherssuites=Suites de cryptage
ssl.availableCommonCiphersLabel=Suites de cryptage communes disponibles :
ssl.selectedCommonCiphersLabel=Suites de cryptage communes s\u00e9lectionn\u00e9es :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Console di amministrazione Payara Server
Expand Down Expand Up @@ -246,7 +246,6 @@ msg.JS.improperEmail=Formato dell\u2019indirizzo di posta elettronica non corret

msg.JS.ssl.errSecurityChecked=Immettere uno pseudonimo di certificato per abilitare la sicurezza.
msg.JS.ssl.errClientChecked=Immettere uno pseudonimo di certificato per abilitare l\u2019autenticazione client.
msg.JS.ssl.errSslTlsCert=Immettere uno pseudonimo di certificato poich\u00e9 SSL3 e/o TLS \u00e8 abilitato.
msg.JS.ssl.errCiphersSelected=Selezionare SSL3 / TLS per salvare la cifratura


Expand Down Expand Up @@ -994,8 +993,6 @@ edJmxConnector.clientAuthLabel=Autenticazione client:
edJmxConnector.clientAuthHelp=Richiede l'autenticazione del client nel server
edJmxConnector.certNicknameLabel=Pseudonimo certificato:
edJmxConnector.certNicknameHelp=Accetta un singolo valore per identificare la coppia di chiavi e il certificato del server
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS:
edJmxConnector.ciphersLabel=Suite di cifratura:
edJmxConnector.ciphersHelp=Se non viene aggiunta alcuna suite di cifratura, vengono scelte TUTTE.
Expand Down Expand Up @@ -1117,8 +1114,6 @@ ssl.clientAuthLabel=Autenticazione client:
ssl.clientAuthHelp=Richiede l'autenticazione del client nel server.
ssl.certNicknameLabel=Pseudonimo certificato:
ssl.certNicknameHelp=Accetta un singolo valore per identificare la coppia di chiavi e il certificato del server.
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS:
ssl.ciphersLabel=Suite di cifratura:
ssl.ciphersHelp=Se non viene aggiunta alcuna suite di cifratura, vengono scelte TUTTE.
Expand All @@ -1127,7 +1122,6 @@ ssl.eccCiphersLabel=Suite di cifratura ECC:
ssl.ephCiphersLabel=Suite di cifratura Ephemeral Diffie-Hellman:
ssl.otherCiphersLabel=Suite di cifratura a 40 e 56 bit:
ssl.sslPageHelp=Configurare le impostazioni SSL.
ssl.ssl2Label=SSL2:
ssl.cipherssuites=Suite di cifratura
ssl.availableCommonCiphersLabel=Suite di cifratura comuni disponibili:
ssl.selectedCommonCiphersLabel=Suite di cifratura comuni selezionate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]

TODO=
TBD=TBD
Expand Down Expand Up @@ -256,7 +256,6 @@ msg.JS.improperEmail=\u96fb\u5b50\u30e1\u30fc\u30eb\u30fb\u30a2\u30c9\u30ec\u30b

msg.JS.ssl.errSecurityChecked=\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u8a3c\u660e\u66f8\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
msg.JS.ssl.errClientChecked=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u8a8d\u8a3c\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u8a3c\u660e\u66f8\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
msg.JS.ssl.errSslTlsCert=SSL3/TLS\u304c\u6709\u52b9\u306a\u5834\u5408\u306f\u3001\u8a3c\u660e\u66f8\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
msg.JS.ssl.errCiphersSelected=\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u4fdd\u5b58\u3059\u308b\u306b\u306fSSL3/TLS\u3092\u9078\u629e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059


Expand Down Expand Up @@ -1025,8 +1024,6 @@ edJmxConnector.clientAuthLabel=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u8a8d\u8a3c:
edJmxConnector.clientAuthHelp=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u81ea\u4f53\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u8a8d\u8a3c\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
edJmxConnector.certNicknameLabel=\u8a3c\u660e\u66f8\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0:
edJmxConnector.certNicknameHelp=\u30b5\u30fc\u30d0\u30fc\u306e\u9375\u30da\u30a2\u3068\u8a3c\u660e\u66f8\u3092\u8b58\u5225\u3059\u308b1\u3064\u306e\u5024\u3092\u3068\u308a\u307e\u3059
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS:
edJmxConnector.ciphersLabel=\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
edJmxConnector.ciphersHelp=\u3044\u305a\u308c\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4\u3082\u8ffd\u52a0\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002
Expand Down Expand Up @@ -1148,8 +1145,6 @@ ssl.clientAuthLabel=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u8a8d\u8a3c:
ssl.clientAuthHelp=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u81ea\u4f53\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u8a8d\u8a3c\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
ssl.certNicknameLabel=\u8a3c\u660e\u66f8\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0:
ssl.certNicknameHelp=\u30b5\u30fc\u30d0\u30fc\u306e\u9375\u30da\u30a2\u3068\u8a3c\u660e\u66f8\u3092\u8b58\u5225\u3059\u308b1\u3064\u306e\u5024\u3092\u3068\u308a\u307e\u3059\u3002
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS:
ssl.tlsLabel11=TLS1.1:
ssl.tlsLabel12=TLS1.2:
Expand All @@ -1162,7 +1157,6 @@ ssl.eccCiphersLabel=ECC\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
ssl.ephCiphersLabel=Ephemeral Diffie-Hellman\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
ssl.otherCiphersLabel=40\u30d3\u30c3\u30c8\u304a\u3088\u307356\u30d3\u30c3\u30c8\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
ssl.sslPageHelp=SSL\u8a2d\u5b9a\u3092\u69cb\u6210\u3057\u307e\u3059\u3002
ssl.ssl2Label=SSL2:
ssl.cipherssuites=\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4
ssl.availableCommonCiphersLabel=\u4f7f\u7528\u53ef\u80fd\u306a\u5171\u901a\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
ssl.selectedCommonCiphersLabel=\u9078\u629e\u3057\u305f\u5171\u901a\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u7fa4:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2022] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server \uad00\ub9ac \ucf58\uc194
Expand Down Expand Up @@ -247,7 +247,6 @@ msg.JS.improperEmail=\uc804\uc790 \uba54\uc77c \uc8fc\uc18c\uc758 \ud615\uc2dd\u

msg.JS.ssl.errSecurityChecked=\ubcf4\uc548\uc744 \uc0ac\uc6a9\uc73c\ub85c \uc124\uc815\ud558\ub824\uba74 \uc778\uc99d\uc11c \ubcc4\uba85\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.
msg.JS.ssl.errClientChecked=\ud074\ub77c\uc774\uc5b8\ud2b8 \uc778\uc99d\uc744 \uc0ac\uc6a9\uc73c\ub85c \uc124\uc815\ud558\ub824\uba74 \uc778\uc99d\uc11c \ubcc4\uba85\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.
msg.JS.ssl.errSslTlsCert=SSL3 \ubc0f/\ub610\ub294 TLS\ub97c \uc0ac\uc6a9\uc73c\ub85c \uc124\uc815\ud55c \uacbd\uc6b0 \uc778\uc99d\uc11c \ubcc4\uba85\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.
msg.JS.ssl.errCiphersSelected=\uc554\ud638\ud654 \uc800\uc7a5\uc744 \uc704\ud574 SSL3/TLS\ub97c \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4.


Expand Down Expand Up @@ -995,8 +994,6 @@ edJmxConnector.clientAuthLabel=\ud074\ub77c\uc774\uc5b8\ud2b8 \uc778\uc99d:
edJmxConnector.clientAuthHelp=\ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uc11c\ubc84\uc5d0 \uc790\uc2e0\uc744 \uc778\uc99d\ud574\uc57c \ud569\ub2c8\ub2e4.
edJmxConnector.certNicknameLabel=\uc778\uc99d\uc11c \ubcc4\uba85:
edJmxConnector.certNicknameHelp=\ub2e8\uc77c \uac12\uc744 \ucde8\ud558\uba70 \uc11c\ubc84\uc758 \ud0a4 \uc30d\uacfc \uc778\uc99d\uc11c\ub97c \uc2dd\ubcc4\ud569\ub2c8\ub2e4.
edJmxConnector.ssl3TlsSettingsLabel=SSL3/TLS
edJmxConnector.ssl3Label=SSL3:
edJmxConnector.tlsLabel=TLS:
edJmxConnector.ciphersLabel=\uc554\ud638\ud654 \uc81c\ud488\uad70:
edJmxConnector.ciphersHelp=\uc554\ud638\ud654 \uc81c\ud488\uad70\uc744 \ucd94\uac00\ud558\uc9c0 \uc54a\uc73c\uba74 \ubaa8\ub4e0 \uc554\ud638\ud654 \uc81c\ud488\uad70\uc774 \uc120\ud0dd\ub429\ub2c8\ub2e4.
Expand Down Expand Up @@ -1118,8 +1115,6 @@ ssl.clientAuthLabel=\ud074\ub77c\uc774\uc5b8\ud2b8 \uc778\uc99d:
ssl.clientAuthHelp=\ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uc11c\ubc84\uc5d0 \uc790\uc2e0\uc744 \uc778\uc99d\ud574\uc57c \ud569\ub2c8\ub2e4.
ssl.certNicknameLabel=\uc778\uc99d\uc11c \ubcc4\uba85:
ssl.certNicknameHelp=\ub2e8\uc77c \uac12\uc744 \uc0ac\uc6a9\ud558\uba70 \uc11c\ubc84\uc758 \ud0a4 \uc30d\uacfc \uc778\uc99d\uc11c\ub97c \uc2dd\ubcc4\ud569\ub2c8\ub2e4.
ssl.ssl3TlsSettingsLabel=SSL3/TLS
ssl.ssl3Label=SSL3:
ssl.tlsLabel=TLS:
ssl.ciphersLabel=\uc554\ud638\ud654 \uc81c\ud488\uad70:
ssl.ciphersHelp=\uc554\ud638\ud654 \uc81c\ud488\uad70\uc744 \ucd94\uac00\ud558\uc9c0 \uc54a\uc73c\uba74 \ubaa8\ub4e0 \uc554\ud638\ud654 \uc81c\ud488\uad70\uc774 \uc120\ud0dd\ub429\ub2c8\ub2e4.
Expand All @@ -1128,7 +1123,6 @@ ssl.eccCiphersLabel=ECC \uc554\ud638\ud654 \uc81c\ud488\uad70:
ssl.ephCiphersLabel=\uc0ac\uc6a9 \ud6c4 \uc0ad\uc81c\ub418\ub294 Diffie-Hellman \uc554\ud638\ud654 \uc81c\ud488\uad70:
ssl.otherCiphersLabel=40\ube44\ud2b8 \ubc0f 56\ube44\ud2b8 \uc554\ud638\ud654 \uc81c\ud488\uad70:
ssl.sslPageHelp=SSL \uc124\uc815\uc744 \uad6c\uc131\ud569\ub2c8\ub2e4.
ssl.ssl2Label=SSL2:
ssl.cipherssuites=\uc554\ud638\ud654 \uc81c\ud488\uad70
ssl.availableCommonCiphersLabel=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uacf5\ud1b5 \uc554\ud638\ud654 \uc81c\ud488\uad70:
ssl.selectedCommonCiphersLabel=\uc120\ud0dd\ud55c \uacf5\ud1b5 \uc554\ud638\ud654 \uc81c\ud488\uad70:
Expand Down
Loading

0 comments on commit c2f2db6

Please sign in to comment.