上記の広告は1ヶ月以上更新のないブログに表示されています。
新しい記事を書く事で広告が消せます。
新しい記事を書く事で広告が消せます。
mklink /d c:\usr c:\xampp\perl
cd C:\xampp\apache\bin
openssl genrsa -aes128 -out server.key 2048
Generating RSA private key, 2048 bit long modulus
............................+++
............................................+++
e is 65537 (0x10001)
Enter pass phrase:password
Verifying - Enter pass phrase:password
copy server.key server.key.back
openssl rsa -in server.key.back -out server.key
Enter pass phrase for server.key.back:パスフレーズ
writing RSA key
-----BEGIN RSA PRIVATE KEY-----
(省略)
-----END RSA PRIVATE KEY-----
openssl req -new -key server.key -sha256 -out dqfaq.csr -config ../conf/openssl.cnf
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:JP
State or Province Name (full name) [Some-State]:Osaka
Locality Name (eg, city) []:Osaka-shi
Organization Name (eg, company) [Internet Widgits Pty Ltd]:ekpro
Organizational Unit Name (eg, section) []:ekpro
Common Name (e.g. server FQDN or YOUR name) []:www.dqfaq.com
Email Address []:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
openssl x509 -in dqfaq.csr -days 1800 -req -signkey server.key -sha256 -out dqfaq.crt
Signature ok
subject=C = JP, ST = Osaka, L = Osaka-shi, O = ekpro, OU = ekpro, CN = www.dqfaq.com
Getting Private key
[広告]
Thoughts on スポンサーサイトApache2.4でバーチャルホストに自己証明書を入れる方法(その1)