Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Preud'homme bfa3d78fca Fix ssl_mgmt after openssl -text output change
The output of openssl x509 -text changed from lines like:

O=foo/OU=bar

to lines like:

O = foo, OU = bar

This commit adapts the code to that change. TODO: A machine readable
output ought to be used instead.
2018-05-31 20:46:46 +01:00
Thomas Preud'homme ccfdd24ff3 [ssl_mgmt] Set CA:FALSE constraint for certs 2014-11-04 22:18:42 +00:00
Thomas Preud'homme 87f906c6a7 [ssl_mgmt] Ensure version 3 certificate are used 2014-09-12 22:04:58 +08:00
Thomas Preud'homme 01f601c8c2 [ssl_mgmt] Use SHA1 as default hash instead of MD5 2014-04-30 00:24:58 +08:00
Thomas Preud'homme e428424cf0 [ssl_mgmt] Change pattern delimiter: s/#/@/ 2014-03-09 20:06:50 +08:00
Matteo Cypriani 236e5afe48 [ssl_mgmt] Typos & comments' translation 2012-02-20 17:40:09 +01:00
Thomas Preud'homme 2b6d07e80b Add ssl_mgmt script 2012-02-20 17:23:51 +01:00