...
Code Block | ||
---|---|---|
| ||
keytool -genkey -keyalg RSA -alias workbench -keystore <path-to-keystore>
-storepass <store-password> -storetype PKCS12 -keysize 2048
-sigalg SHA256withRSA -dname "CN=<host url>"
-ext san=dns:engine.yourdomain.com
-validity <days-valid> |
Please replace the <placeholder-values>
in this command based on the following descriptions:
...