diff options
author | Tails developers <amnesia@boum.org> | 2015-01-04 13:37:18 +0000 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2015-01-04 13:37:18 +0000 |
commit | 47058877f1220daa6a3ccd998d3fe1dd3f4fa4a1 (patch) | |
tree | 0fa389054f4055c37db709fab163f30436d32e19 /config/chroot_local-hooks/58-create-tails-website-CA-bundle | |
parent | bd91b8a2704f945f9ee094cb91162df90ce78534 (diff) |
Give the CA bundle for authenticating our website a more generic name, and adjust the info message accordingly.
Diffstat (limited to 'config/chroot_local-hooks/58-create-tails-website-CA-bundle')
-rwxr-xr-x | config/chroot_local-hooks/58-create-tails-website-CA-bundle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/chroot_local-hooks/58-create-tails-website-CA-bundle b/config/chroot_local-hooks/58-create-tails-website-CA-bundle index fc55a1e..900630f 100755 --- a/config/chroot_local-hooks/58-create-tails-website-CA-bundle +++ b/config/chroot_local-hooks/58-create-tails-website-CA-bundle @@ -2,9 +2,9 @@ set -e -echo "Creating Tails Upgrader's CA bundle" +echo "Creating CA bundle for authenticating https://tails.boum.org/" -BUNDLE=/usr/local/etc/ssl/certs/tails-iuk.pem +BUNDLE=/usr/local/etc/ssl/certs/tails.boum.org-CA.pem cat /etc/ssl/certs/AddTrust_External_Root.pem \ > "$BUNDLE" |