2015-08-10 19:38:49 |
Andreas Hasenack |
description |
The self-signed certificate generated by the haproxy charm, revision 17 from the charm store, is valid for only 30 days:
# openssl x509 -in /var/lib/haproxy/selfsigned_ca.crt -noout -dates
notBefore=Aug 10 19:34:23 2015 GMT
notAfter=Sep 9 19:34:23 2015 GMT |
The self-signed certificate generated by the haproxy charm, revision 11 from the charm store (latest as of now), is valid for only 30 days:
# openssl x509 -in /var/lib/haproxy/selfsigned_ca.crt -noout -dates
notBefore=Aug 10 19:34:23 2015 GMT
notAfter=Sep 9 19:34:23 2015 GMT
$ juju status --format=tabular
[Services]
NAME STATUS EXPOSED CHARM
haproxy unknown false cs:trusty/haproxy-11
(...) |
|