diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 13:18:00 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 13:18:00 +0100 |
commit | c96f887e5d8a1625f7dfb76d7f646499aead8eed (patch) | |
tree | 1b50ae1bc851d343857d5095e5e105a55d47e336 /tests | |
parent | bb3ef24a8d97dd9b0299cf23e4815c57c5ad7fb7 (diff) |
tab damage
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cert-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-install b/tests/cert-install index 347570c..afc86c3 100644 --- a/tests/cert-install +++ b/tests/cert-install @@ -110,7 +110,7 @@ cat >"/etc/lacme/lacme-certs.conf.d/test4.conf" <<- EOF certificate-key = /etc/lacme/test4.key certificate = /etc/lacme/test4.pem certificate-chain = /etc/lacme/test4.crt - chown = nobody + chown = nobody subject = $subject EOF @@ -127,7 +127,7 @@ cat >"/etc/lacme/lacme-certs.conf.d/test5.conf" <<- EOF certificate-key = /etc/lacme/test5.key certificate = /etc/lacme/test5.pem certificate-chain = /etc/lacme/test5.crt - chown = nobody:nogroup + chown = nobody:nogroup subject = $subject EOF @@ -144,7 +144,7 @@ cat >"/etc/lacme/lacme-certs.conf.d/test6.conf" <<- EOF certificate-key = /etc/lacme/test6.key certificate = /etc/lacme/test6.pem certificate-chain = /etc/lacme/test6.crt - chmod = 0400 + chmod = 0400 subject = $subject EOF |