mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'master' into 'master'
Add for Certbot on openSUSE Leap The default path is `/etc/certbot/archive/{some domain}/{file name}.pem` See merge request apparmor/apparmor!397 Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
commit
b0575b077b
2 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
/etc/letsencrypt/archive/*/cert*.pem r,
|
||||
/etc/letsencrypt/archive/*/chain*.pem r,
|
||||
/etc/letsencrypt/archive/*/fullchain*.pem r,
|
||||
|
||||
/etc/certbot/archive/*/cert*.pem r,
|
||||
/etc/certbot/archive/*/chain*.pem r,
|
||||
/etc/certbot/archive/*/fullchain*.pem r,
|
||||
|
||||
# Include additions to the abstraction
|
||||
#include if exists <abstractions/ssl_certs.d>
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
# certbot / letsencrypt
|
||||
/etc/letsencrypt/archive/*/privkey*.pem r,
|
||||
|
||||
/etc/certbot/archive/*/privkey*.pem r,
|
||||
|
||||
# Include additions to the abstraction
|
||||
#include if exists <abstractions/ssl_keys.d>
|
||||
|
|
Loading…
Add table
Reference in a new issue