Update how to use your own certificate in harbor.md

edit the file
This commit is contained in:
wemeya 2016-04-07 19:35:04 +08:00
parent 13e15c5fcc
commit 13161a1722

View File

@ -9,8 +9,10 @@
```sh ```sh
openssl genrsa -out prvtkey.pem 2048 openssl genrsa -out prvtkey.pem 2048
``` ```
you can call it prvtkey.pem or other names you like. you can call it prvtkey.pem or other names you like.
2)Generate a certificate: 2)Generate a certificate:
```sh ```sh
@ -25,6 +27,7 @@
a.edit docker-compose.yml, find private_key.pem replace it with your own private key as following: a.edit docker-compose.yml, find private_key.pem replace it with your own private key as following:
![edit docker-compose.yml](img/edit_docker-compose-yml.png) ![edit docker-compose.yml](img/edit_docker-compose-yml.png)