diff options
author | 1999-07-18 09:43:09 +0000 | |
---|---|---|
committer | 1999-07-18 09:43:09 +0000 | |
commit | f31d559c40af6c25f78246de5e2d8229f484d077 (patch) | |
tree | 2c4c5d425f3a87b9aa119c24b4e26e51663610e1 | |
parent | Create an /etc/isakmpd hierarchy (diff) | |
download | wireguard-openbsd-f31d559c40af6c25f78246de5e2d8229f484d077.tar.xz wireguard-openbsd-f31d559c40af6c25f78246de5e2d8229f484d077.zip |
Merge with EOM 1.4
author: niklas
Remove obsolete mkdirs
-rw-r--r-- | sbin/isakmpd/README.PKI | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/isakmpd/README.PKI b/sbin/isakmpd/README.PKI index 50a9fa6c259..9fede50e757 100644 --- a/sbin/isakmpd/README.PKI +++ b/sbin/isakmpd/README.PKI @@ -1,5 +1,5 @@ -$OpenBSD: README.PKI,v 1.3 1999/07/18 09:33:33 niklas Exp $ -$EOM: README.PKI,v 1.3 1999/07/18 09:25:33 niklas Exp $ +$OpenBSD: README.PKI,v 1.4 1999/07/18 09:43:09 niklas Exp $ +$EOM: README.PKI,v 1.4 1999/07/18 09:44:58 niklas Exp $ 1 Create your own CA as root. @@ -25,8 +25,6 @@ $EOM: README.PKI,v 1.3 1999/07/18 09:25:33 niklas Exp $ run too. See to encode the ID in the common name too, so it gets unique. - mkdir -p /etc/isakmpd/private /etc/isakmpd/ca /etc/isakmpd/certs - chmod 600 /etc/isakmpd/private ssleay genrsa -out /etc/isakmpd/private/local.key 1024 ssleay req -new -key /etc/isakmpd/private/local.key \ -out /etc/isakmpd/private/10.0.0.1.csr |