forked from hacc/haccfiles
stuebinm
41d82ae436
we decided to: - get rid of unused packages - simpify the directory layout since we only have one host anyways - move our docs (such as they are) in-tree
19 lines
502 B
Markdown
19 lines
502 B
Markdown
+++
|
|
title = "ACME / letsencrypt"
|
|
categories = [ "domain", "https", "ssl", "tls", "Certificates" ]
|
|
+++
|
|
|
|
|
|
# Usage
|
|
|
|
We use the ACME module's nginx integration for basically everything. Beware of
|
|
rate limits when redeploying lots of things at once! Let's Encrypt is a little
|
|
picky about those.
|
|
|
|
|
|
## Workarounds & peculiar configuration choices
|
|
|
|
Certs live under `/var/lib/acme/`
|
|
|
|
If you need to remove a cert for whatever reason, be aware that there is a
|
|
hidden `.lego` folder, that contains state as well
|