diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-04 19:20:15 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-06-04 19:20:15 +0200 |
commit | 27594eeae6f40a402bc3110f06d57975168e74e3 (patch) | |
tree | cdabf6571e6f4ff07205fd6921d8095539a1fcdc /app/openvpn/sample/sample-keys/README | |
parent | 8dc4f58d96892fbfd83094fb85b1d17656035290 (diff) |
ics-openvpn as a submodule! beautiful
ics-openvpn is now officially on GitHub, and they track openssl and
openvpn as submodules, so it's easier to update everything. Just a git
submodule update --recursive.
I've also set up soft links to native modules from ics-openvpn in app,
so that we don't copy files in Gradle (which was causing problems with
the submodules .git* files, not being copied). That makes the repo
cleaner.
Diffstat (limited to 'app/openvpn/sample/sample-keys/README')
-rw-r--r-- | app/openvpn/sample/sample-keys/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/openvpn/sample/sample-keys/README b/app/openvpn/sample/sample-keys/README deleted file mode 100644 index 66dd9454..00000000 --- a/app/openvpn/sample/sample-keys/README +++ /dev/null @@ -1,19 +0,0 @@ -Sample RSA and EC keys. - -Run ./gen-sample-keys.sh to generate fresh test keys. - -See the examples section of the man page for usage examples. - -NOTE: THESE KEYS ARE FOR TESTING PURPOSES ONLY. - DON'T USE THEM FOR ANY REAL WORK BECAUSE - THEY ARE TOTALLY INSECURE! - -ca.{crt,key} -- sample CA key/cert -server.{crt,key} -- sample server key/cert -client.{crt,key} -- sample client key/cert -client-pass.key -- sample client key with password-encrypted key - password = "password" -client.p12 -- sample client pkcs12 bundle - password = "password" -client-ec.{crt,key} -- sample elliptic curve client key/cert -server-ec.{crt,key} -- sample elliptic curve server key/cert |