Last active
September 26, 2024 03:36
-
-
Save csamsel/edb58d84363aa6c18be0f45be7908d34 to your computer and use it in GitHub Desktop.
Revisions
-
csamsel revised this gist
Mar 14, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ openssl rsa -outform der -in privkey.pem -out privkey.key openssl x509 -outform der -in fullchain.pem -out fullchain.crt openssl x509 -outform der -in cert.pem -out cert.crt -
csamsel revised this gist
Mar 14, 2018 . No changes.There are no files selected for viewing
-
csamsel revised this gist
Mar 14, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ openssl rsa -outform der -in privkey.pem -out privkey.key openssl x509 -outform der -in fullchain.pem -out fullchain.crt -
csamsel created this gist
Mar 14, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ openssl rsa -outform der -in privkey.pem -out privkey.key openssl rsa -outform der -in fullchain.pem -out fullchain.crt