mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Add /etc/letsencrypt stuff to ssl_keys/ssl_certs abstraction
`/etc/letsencrypt/live/` contains symlinks to `/etc/letsencrypt/archive/` which contains the keys. Add the certs to ssl_certs and the private keys to ssl_keys.
This commit is contained in:
parent
6fd0990bca
commit
cb46878644
2 changed files with 8 additions and 0 deletions
|
@ -32,3 +32,8 @@
|
|||
/etc/dehydrated/certs/*/cert-*.pem r,
|
||||
/etc/dehydrated/certs/*/chain-*.pem r,
|
||||
/etc/dehydrated/certs/*/fullchain-*.pem r,
|
||||
|
||||
# certbot
|
||||
/etc/letsencrypt/archive/*/cert*.pem r,
|
||||
/etc/letsencrypt/archive/*/chain*.pem r,
|
||||
/etc/letsencrypt/archive/*/fullchain*.pem r,
|
||||
|
|
|
@ -23,3 +23,6 @@
|
|||
|
||||
# dehydrated
|
||||
/etc/dehydrated/certs/*/privkey-*.pem r,
|
||||
|
||||
# certbot / letsencrypt
|
||||
/etc/letsencrypt/archive/*/privkey*.pem r,
|
||||
|
|
Loading…
Add table
Reference in a new issue