diff options
author | Sébastiaan <se-bastiaan@users.noreply.github.com> | 2015-10-18 12:45:38 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-10-18 20:34:27 +0200 |
commit | b12e9815ce7aa3668b386345385781ec4b6c1275 (patch) | |
tree | 1cc91aa3b1006503c1d90686a6c9c770bad27d3a /README.md | |
parent | 2e2f8835f6e808b40859527522116fa48df921fd (diff) |
Fix code styling
Diffstat (limited to 'README.md')
-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. |