Created
June 2, 2021 13:44
-
-
Save sandikodev/89b83d70e6eae4ba6c564f2eada583e6 to your computer and use it in GitHub Desktop.
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
#create public key | |
openssl req -x509 -new -nodes -keyout pub.key -out pub.pem | |
#create keynodes | |
openssl req -new -nodes -keyout nas.key -out nas.pem | |
#register keynodes to publickey | |
openssl x509 -req -CA pub.pem -CAkey pub.key -in nas.pem -out nas.crt -set_serial 01 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment