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 $$KEYSTORE$KEYSTORE_ALIAS.csr -keypass $KEYSTORE_PASSWORD -storepass $KEYSTORE_PASSWORD -keystore $KEYSTORE_FILE

...

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

Send the $CSR_FILE.csr CSR file to the network hub administrator.

...