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
| # SuperfishのCA証明書と秘密鍵 | |
| % ls -al superfish_ca | |
| -rw-rw-r-- 1 user user 1086 2月 20 16:56 cacert.pem | |
| -rw-rw-r-- 1 user user 2127 2月 20 16:46 secret.key | |
| # 適当に秘密鍵生成 | |
| % openssl genrsa -out foo.key 2048 | |
| Generating RSA private key, 2048 bit long modulus | |
| .........................................+++ | |
| ....................................................+++ |
NewerOlder