Annotation of embedaddon/strongswan/testing/tests/swanctl/ocsp-disabled/hosts/moon/etc/strongswan.conf, revision 1.1

1.1     ! misho       1: # /etc/strongswan.conf - strongSwan configuration file
        !             2: 
        !             3: charon-systemd {
        !             4:   load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
        !             5: 
        !             6:   plugins {
        !             7:     revocation {
        !             8:       enable_ocsp = no
        !             9:     }
        !            10:   }
        !            11: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>