Skip to content

Commit

Permalink
Update certificates.md (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzico authored Nov 24, 2022
1 parent cc8b746 commit 74f9cca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/admin/vm-ops/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ tags:
- operations
---

This is a placeholder
We are using LetsEncrypt cert to write this documentation.

- Install repository: `apt-get install software-properties-common`
- Update system: `apt-get update`
- Install certbot: `apt-get install python3-certbot-apache`
- Issue certificate: `certbot --apache -d fqdn_of_Gluu_server`
- Cert and key are available in: `/etc/letsencrypt/live/` location
- Reboot your server

0 comments on commit 74f9cca

Please sign in to comment.