16 Mart 2023 Perşembe

keytool komutu İle TrustStore'a Keystore İthal Etme

Giriş

Örnek
Şöyle yaparız
# Generate a new RSA key pair with an alias mykey and 
# store it in a new keystore file mykeystore.jks.
keytool -genkeypair -alias mykey -keyalg RSA -keysize 2048 -keystore mykeystore.jks

# import the certificate of the key pair that you created in step 1 
# into a new trust store file mytruststore.jks.
keytool -import -alias mykey -file mycertificate.crt -keystore mytruststore.jks

Hiç yorum yok:

Yorum Gönder