Skip to content

Instantly share code, notes, and snippets.

@qzm
Created April 11, 2020 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qzm/c71d7f015ab6156a134283ddf979ac7b to your computer and use it in GitHub Desktop.
Save qzm/c71d7f015ab6156a134283ddf979ac7b to your computer and use it in GitHub Desktop.
自签名整数
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