Issue #204
"strongSwan for newbies" should reworked
| Status: | Closed | Start date: | 15.07.2012 |
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | Tobias Brunner | ||
| Category: | documentation | ||
| Affected version: | Resolution: | Fixed |
Description
[[http://wiki.strongswan.org/projects/strongswan/wiki/Fornewbies]]
@...
During installation, you will be prompted to answer a question:
Would you like to install opportunistic encryption or would you like to generate a self-signed certificate?
Choose to generate a self-signed certificate.
An RSA private key is generated in /etc/ipsec.d/private/gatewayKey.pem :
-----BEGIN RSA PRIVATE KEY-----
MLDKJFDLKSFJLKJLSDKFJfjsdlfjqlsdfLDFJLSKFJLKMLDKJFDLKSFJLKJLSD
...
fjqlsdfLDFJLSKFJLKMLDKJFDLKSFJLKJLSDKFJfjsdlfjqlsdfLDFJLSKFJLK==
-----END RSA PRIVATE KEY-----
The corresponding public key is generated in /etc/ipsec.d/certs/gatewayCert.pem.:
-----BEGIN CERTIFICATE-----
DMSFLKDMFLKSMDFLKSDFMKSMDFKL
...
DMSFLKDMFLKSMDFLKSDFMKSMDFKL/
-----END CERTIFICATE-----
Warning, these are fake certificate, don't try to use them.
@
The line "Would you like to install opportunistic encryption or would you like to generate a self-signed certificate?" does not come and no certificates are created in
/etc/ipsec.d/private/ and /etc/ipsec.d/certs/ .
So Newbies like me hangs at this point and there isn't an explanation, how to create the certificates manually.
This point should be better explained, now it is impossible to handle.
History
#1 Updated by Tobias Brunner 7 months ago
- Category set to documentation
- Status changed from New to Closed
- Assignee set to Tobias Brunner
- Affected version deleted (
5.0.0) - Resolution set to Fixed
A new introductory page has been written: Introduction to strongSwan.
#2 Updated by Andreas Steffen 13 days ago
- Tracker changed from Bug to Issue