Last active
August 21, 2023 10:04
-
-
Save daubac402/ef28d54162f3315f76ef01ae287d4e2c to your computer and use it in GitHub Desktop.
Convert .csr > .crt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl x509 -req -in your_file.csr -signkey your_file.key -out your_file.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!