Skip to content

Instantly share code, notes, and snippets.

@rahulremanan
Created January 31, 2023 15:31
Show Gist options
  • Save rahulremanan/f3752b31a2b67d4752ff354c42e3735a to your computer and use it in GitHub Desktop.
Save rahulremanan/f3752b31a2b67d4752ff354c42e3735a to your computer and use it in GitHub Desktop.
Create certificate signing request
!openssl req -config /content/inter_ca_config.ini -passin pass:user1234\
-key /root/ca/user/user.key.pem\
-new -sha256 -out /root/ca/user/user.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment