Update configure_https.md

remove serial part in demoCA directory(1)
This commit is contained in:
yhua123 2016-11-15 14:08:08 +08:00 committed by GitHub
parent 374f817924
commit 34d5884647

View File

@ -27,7 +27,7 @@ Otherwise, if you use IP address to connect your registry host, CN can be anythi
```
3) Generate the certificate of your registry host:
On Ubuntu, the config file of openssl locates at **/etc/ssl/openssl.cnf**. Refer to openssl document for more information. The default CA directory of openssl is called demoCA.
On Ubuntu, the config file of openssl locates at **/etc/ssl/openssl.cnf**. Refer to openssl document for more information.
If you're using FQDN like **reg.yourdomain.com** to connect your registry host, then run this command to generate the certificate of your registry host: