Created
April 11, 2020 03:44
-
-
Save qzm/c71d7f015ab6156a134283ddf979ac7b 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
openssl genrsa -out domain.key 2048 | |
openssl req -new -key domain.key -out domain.csr | |
openssl x509 -req -in domain.csr -signkey domain.key -out domain.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment