diff options
Diffstat (limited to 'debian/ipsec.secrets.proto')
-rw-r--r-- | debian/ipsec.secrets.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/ipsec.secrets.proto b/debian/ipsec.secrets.proto new file mode 100644 index 000000000..b164b64ed --- /dev/null +++ b/debian/ipsec.secrets.proto @@ -0,0 +1,10 @@ +# This file holds shared secrets or RSA private keys for authentication. + +# RSA private key for this host, authenticating it to any other host +# which knows the public part. Suitable public keys, for ipsec.conf, DNS, +# or configuration of other implementations, can be extracted conveniently +# with "ipsec showhostkey". + +# this file is managed with debconf and will contain the automatically created private key +include /var/lib/strongswan/ipsec.secrets.inc + |