diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 05:31:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 05:31:50 (EDT) |
commit | e06abba6bd0c253723069459348bf309801890c6 (patch) | |
tree | 6725f8b94bc613cd48f999a452c2b602eb333db8 | |
parent | ea99164726e0c20ae41bd9e829290c38e48ab44d (diff) |
nss-certdata-server-auth: Rename certs dir to x509
And link to certificates file in </etc/x509/server-auth/>.
-rwxr-xr-x | build | 5 | ||||
-rw-r--r-- | changelog | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -10,4 +10,7 @@ build: install: build install -D -m 0644 src/certdata-server-auth.pem \ nss-certdata-server-auth.data$$(: \ - )/usr/share/certs/server-auth/nss-certdata.pem + )/usr/share/x509/server-auth/nss-certdata.pem + mkdir -p nss-certdata-server-auth.data/etc/x509/server-auth/ + ln -sf /usr/share/x509/server-auth/nss-certdata.pem \ + nss-certdata-server-auth.data/etc/x509/server-auth/ @@ -2,8 +2,10 @@ nss-certdata (3.54-2) trunk * Fix ASN.1 data that was corrupted in PEM encoding. * nss-certdata-server-auth: Install certificates file under - </usr/share/certs/server-auth/>, which will be used for root certificates + </usr/share/x509/server-auth/>, which will be used for root certificates trusted for the purpose of TLS WWW server authentication. + * nss-certdata-server-auth: Install link under </etc/x509/server-auth/>, + where additional local certificates can be added. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 09 Aug 2020 02:52:29 -0400 |