Skip to content

Commit

Permalink
Added SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
m-thirumal committed Oct 30, 2023
1 parent c92e64e commit cff863c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openProject/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ sudo openproject reconfigure
* Enter the `/etc/letsencrypt/live/openproject.mydomain.com/privkey.pem` path when asked for the `server/ssl_key` detail.
* Enter the `/etc/letsencrypt/live/openproject.mydomain.com/fullchain.pem` path (same as `server/ssl_cert`) when asked for the `server/ssl_ca` detail.

### Renew SSL

```bash
sudo certbot --apache
```

### Email


Expand Down

0 comments on commit cff863c

Please sign in to comment.