diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 03:19:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 03:19:55 (EDT) |
commit | ea99164726e0c20ae41bd9e829290c38e48ab44d (patch) | |
tree | d37d546ae9a3aeac1873b35bafcc51655b960b30 | |
parent | db8a179c4e5e6e83e28bb9be7aa15ec37b822b92 (diff) |
nss-certdata-server-auth: Put certs in purpose dir
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -10,4 +10,4 @@ build: install: build install -D -m 0644 src/certdata-server-auth.pem \ nss-certdata-server-auth.data$$(: \ - )/usr/share/certs/nss-certdata-server-auth.pem + )/usr/share/certs/server-auth/nss-certdata.pem @@ -1,6 +1,9 @@ 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 + trusted for the purpose of TLS WWW server authentication. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 09 Aug 2020 02:52:29 -0400 |