Skip to content

Commit

Permalink
Add docs on script usage: manually deploying a certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Mar 3, 2021
1 parent fd20e2d commit 909f520
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,14 @@ docker exec -it "$container_name_or_id" sh -c '/app/scripts/signcert-deploy-send
docker exec -it "$container_name_or_id" sh -c '/app/scripts/signcert-deploy-sendmail.sh --force example.com example2.com example3.com'
```

### Manually deploy a signed certificate

This can either be done by using the provided script `deploy.sh`

```sh
docker exec -it "$container_name_or_id" sh -c '/app/scripts/deploy.sh example.com'
```

### Manually remove a certificate

This can either be done by using the provided script `removecert.sh`, or manually deleting the domain folder in the `letsencrypt` data folder. For `example.com`, delete the folder named `example.com`
Expand Down
8 changes: 8 additions & 0 deletions generate/templates/README.md.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,14 @@ docker exec -it "$container_name_or_id" sh -c '/app/scripts/signcert-deploy-send
docker exec -it "$container_name_or_id" sh -c '/app/scripts/signcert-deploy-sendmail.sh --force example.com example2.com example3.com'
```
### Manually deploy a signed certificate
This can either be done by using the provided script `deploy.sh`
```sh
docker exec -it "$container_name_or_id" sh -c '/app/scripts/deploy.sh example.com'
```
### Manually remove a certificate
This can either be done by using the provided script `removecert.sh`, or manually deleting the domain folder in the `letsencrypt` data folder. For `example.com`, delete the folder named `example.com`
Expand Down

0 comments on commit 909f520

Please sign in to comment.