İşlemlerde örnek olarak /app/ssl dizini kullanılmıştır
keytool -genkey -keyalg RSA -alias medrec -keystore identity.jks -validity 360 -keysize 2048
keytool -export -alias medrec -file medrec.crt -keystore identity.jks
keytool -import -trustcacerts -alias medrec -file medrec.crt -keystore trust.jks
Weblogic console üzerinden ilgili server için SSL portu açılır
İlgili serverda Keystore sekmesinde aşağıdaki ayarlar yapılır
Keystores : Custom Identity and Custom Trust
Custom Identity Keystore : /app/sslidentity.jks
Custom Identity Keystore Type : JKS
Custom Identity Keystore Passphrase : changeit (identity.jks için hangi şifre belirlenmişse)
Confirm Custom Identity Keystore Passphrase : changeit
Custom Trust Keystore : /app/ssl/trust.jks
Custom Trust Keystore Type : JKS
Custom Trust Keystore Passphrase : changeit (trust.jks için hangi şifre belirlenmişse)
Confirm Custom Trust Keystore Passphrase : changeit
SSL tanımı yapılır. (SSL sekmesi)
Confirm Custom Trust Keystore Passphrase : medrec
Private Key Passphrase : changeit
Confirm Private Key Passphrase : changeit
Hostname Verification : none seçilir
Hiç yorum yok:
Yorum Gönder