Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themerdark
$ keytool 
-certreq 
-alias $KEYSTORE_ALIAS 
-keyalg RSA
 -file shrine-client.csr 
-keypass $KEYSTORE_PASSWORD 
-storepass $KEYSTORE_PASSWORD 
-keystore $KEYSTORE_FILE

 

...

Code Block
languagebash
themerdark
$ openssl req -in fileshrine-client.csr -subject -noout | sed 's~^.*CN=~~'