pkg_add: package `cwrappers-20180325' already recorded as installed gettext-lib-0.21: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/share/locale/locale.alias libidn-1.36nb1: registering info file /opt/pkg/info/libidn-components.png libidn-1.36nb1: registering info file /opt/pkg/info/libidn.info openssl-1.1.1h: copying /opt/pkg/share/examples/openssl/openssl.cnf to /opt/pkg/etc/openssl/openssl.cnf gmp-6.2.1: registering info file /opt/pkg/info/gmp.info libtasn1-4.16.0: registering info file /opt/pkg/info/libtasn1.info nettle-3.6: registering info file /opt/pkg/info/nettle.info libffi-3.3nb4: registering info file /opt/pkg/info/libffi.info p11-kit-0.23.21: copying /opt/pkg/share/examples/p11-kit/pkcs11.conf.example to /opt/pkg/etc/pkcs11/pkcs11.conf libunistring-0.9.10: registering info file /opt/pkg/info/libunistring.info gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-client-server-use-case.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-guile.info gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-handshake-sequence.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-handshake-state.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-internals.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-layers.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-logo.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-modauth.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls-x509.png gnutls-3.6.15: registering info file /opt/pkg/info/gnutls.info gnutls-3.6.15: registering info file /opt/pkg/info/pkcs11-vision.png libgpg-error-1.39: registering info file /opt/pkg/info/gpgrt.info libgcrypt-1.8.7: registering info file /opt/pkg/info/gcrypt.info =========================================================================== The following files should be created for mit-krb5-1.18.2: /etc/rc.d/kdc (m=0755) [/opt/pkg/share/examples/rc.d/kdc] /etc/rc.d/kadmind (m=0755) [/opt/pkg/share/examples/rc.d/kadmind] =========================================================================== gsasl-1.8.1: registering info file /opt/pkg/info/gsasl.info pkg_add: package `openssl-1.1.1h' was already installed as dependency, now marked as installed manually =========================================================================== $NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $ Execute this command to extract and rehash all CA root certificates distributed by the Mozilla Project, so that they can be used by third party applications using OpenSSL. It also creates a single file certificate bundle in PEM format which can be used by applications using GnuTLS. # mozilla-rootcerts install To mark these certificates as trusted for users of gnupg2, do the following (assuming default PKG_SYSCONFBASE and a Bourne shell): # mkdir -p /usr/pkg/etc/gnupg # cd /usr/pkg/etc/gnupg # for c in /etc/openssl/certs/*.pem; do > openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|' > done > trustlist.txt =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.3 2020/10/05 23:22:04 gdt Exp $ To interoperate with older kerberos realms, you may need to set allow_weak_crypto = true in the [libdefaults] section of your krb5.conf file ===========================================================================