Improve ACME cert store
This commit is contained in:
parent
956284a8bf
commit
485adefc8d
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
|||
mkdir -p ${config.users.users."cert-store".home}/acme
|
||||
cp fullchain.pem ${config.users.users."cert-store".home}/acme/
|
||||
cp key.pem ${config.users.users."cert-store".home}/acme/
|
||||
chown -R cert-store:cert-store ${config.users.users."cert-store".home}/acme/
|
||||
chmod ugoa=r ${config.users.users."cert-store".home}/acme/*.pem
|
||||
chmod o+r ${config.users.users."cert-store".home}/acme/*.pem
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue