RE: Install = Nginx + SSL Certificates Certbot + Docker + Docker-compose (For build a node) Ubuntu 16.04

You are viewing a single comment's thread from:

Install = Nginx + SSL Certificates Certbot + Docker + Docker-compose (For build a node) Ubuntu 16.04

in docker-compose •  7 years ago  (edited)

BEWARE
This is wron
sudo cp -p cert.pem domain.crt
sudo cat privkey.pem fullchain.pem > domain.key

This is ok. =
$ sudo cat cert.pem fullchain.pem > domain.crt
$ cp privkey.pem domain.key

sorry the mistake.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!