We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2529060 commit eaf22ebCopy full SHA for eaf22eb
README.md
@@ -1,6 +1,6 @@
1
# readme
2
3
-1. gen key
+1. gen key copy to Certificates
4
```
5
openssl req -newkey rsa:2048 -nodes -keyout my.key -x509 -days 365 -out my.cer
6
openssl pkcs12 -export -in my.cer -inkey my.key -out my.pfx
0 commit comments