logo

ca-certificates

Unnamed repository; edit this file 'description' to name the repository.
commit: 46ce666fd147128b0021d54ec83dc9128c651d17
parent: 18be3acda174b2f2d9bd75cfaf32608e3f224964
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  7 May 2017 02:24:36 +0200

make.sh: Typo on mozroots

Diffstat:

Mmake.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make.sh b/make.sh @@ -25,8 +25,8 @@ install() { echo 'I don’t know how to install… there is no standard on that' echo " * OpenSSL/LibreSSL: put ca-certificates.pem or src/*.pem in /usr/local/share/ca-certificates and do update-ca-certificates" echo " * GnuPG: “hkp-cacert $(pwd)/src/sks-keyservers.netCA.pem” in ${GNUPGHOME:-$HOME/.gnupg}/dirmngr.conf" - echo " * Mono (import): mozroot --import ca-certificates.pem" - echo " * Mono (replace): mozroot --sync --file ca-certificates.pem" + echo " * Mono (import): mozroots --import ca-certificates.pem" + echo " * Mono (replace): mozroots --sync --file ca-certificates.pem" echo "For more see https://wiki.gentoo.org/wiki/Certificates" }