Skip to content

Commit

Permalink
Organize files in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechMyslivec committed Oct 31, 2017
1 parent e0d9abc commit 2dd75fb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -48,7 +48,7 @@ Enjoy **open-source** and **encryption**!
- Copy prepared sudoers config:

```
cp sudoers.conf /etc/sudoers.d/zimbra_certbot
cp configs/sudoers.conf /etc/sudoers.d/zimbra_certbot
```

- Test the sudo privilege for 'zimbra' user (no password needed)
Expand All @@ -66,7 +66,7 @@ Enjoy **open-source** and **encryption**!
5. Configure cron jobs

```
cp crontab /etc/cron.d/letsencrypt-zimbra
cp configs/cron.conf /etc/cron.d/letsencrypt-zimbra
```


Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions obtain-and-deploy-letsencrypt-cert.sh
Expand Up @@ -227,9 +227,9 @@ shift $(( OPTIND-1 ))

# root CA certificate - zimbra needs it
if [ "$TESTING" == 'false' ]; then
root_CA_file="${letsencrypt_zimbra_dir}/DSTRootCAX3.pem"
root_CA_file="${letsencrypt_zimbra_dir}/root_certs/DSTRootCAX3.pem"
else
root_CA_file="${letsencrypt_zimbra_dir}/fakelerootx1.pem"
root_CA_file="${letsencrypt_zimbra_dir}/root_certs/fakelerootx1.pem"
fi


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2dd75fb

Please sign in to comment.