fix a typo in the readme
This commit is contained in:
parent
14f8f9ea8a
commit
d44f173d46
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Multi channel stream setup with Flask REST API for scheduling channels.
|
|||
5. Run the stack using `docker-compose up -d --build --remove-orphans`
|
||||
|
||||
6. Issue a certificate:
|
||||
`source variables.env; docker exec acme.sh --issue -d $BASE_URL d $CORE_HOSTNAME --stateless`
|
||||
`source variables.env; docker exec acme.sh --issue -d $BASE_URL -d $CORE_HOSTNAME --stateless`
|
||||
|
||||
7. Install the certificate:
|
||||
`source variables.env; docker exec acme.sh --install-cert -d $BASE_URL --reloadcmd "cat \$CERT_KEY_PATH \$CERT_FULLCHAIN_PATH > /certificates/$BASE_URL.pem"
|
||||
|
|
Loading…
Add table
Reference in a new issue