diff options
Diffstat (limited to 'debian/ipsec.secrets.proto')
-rw-r--r-- | debian/ipsec.secrets.proto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/ipsec.secrets.proto b/debian/ipsec.secrets.proto index 33441c0ed..0fe54b65d 100644 --- a/debian/ipsec.secrets.proto +++ b/debian/ipsec.secrets.proto @@ -1,4 +1,3 @@ -# RCSID $Id: ipsec.secrets.proto,v 1.3.6.1 2005/09/28 13:59:14 paul Exp $ # This file holds shared secrets or RSA private keys for inter-Pluto # authentication. See ipsec_pluto(8) manpage, and HTML documentation. @@ -6,3 +5,7 @@ # 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 + |