diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,14 +29,14 @@ Inline files are supported since OpenVPN 2.1rc1 and documented in the [OpenVPN (Using inline certifaces can also make your life on non Android platforms easier since you have only one file.) For example `ca mycafile.pem` becomes - +``` <ca> -----BEGIN CERTIFICATE----- MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290 [...] -----END CERTIFICATE----- </ca> - +``` Fotnotes ----------- Please that OpenVPN used by this project is under GPLv2. @@ -50,4 +50,4 @@ The old official or main repository was a Mercurial (hg) repository at http://co The new git repository is now at GitHub under https://github.com/schwabe/ics-openvpn -Please read the doc/README before asking question or starting development.
\ No newline at end of file +Please read the doc/README before asking question or starting development. |