lp://staging/~jjo/charms/trusty/apache2/fix-selfsigned-days-3650
- Get this branch:
- bzr branch lp://staging/~jjo/charms/trusty/apache2/fix-selfsigned-days-3650
Branch merges
- Matt Bruzek (community): Approve
- Adam Israel (community): Approve
- Review Queue (community): Needs Fixing
-
Diff: 24 lines (+2/-2)2 files modifieddata/openssl.cnf (+0/-1)
hooks/hooks.py (+2/-1)
Related bugs
Bug #1408831: self signed generated cert has 30d expiration instead of intended 3650 | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- JuanJo Ciarlante
- Status:
- Development
Recent revisions
- 59. By JuanJo Ciarlante
-
gen_selfsigned_
cert: add -days 3650 to openssl cmdline, as -x509 ignores it from data/openssl.cnf - 58. By Haw Loeung
-
[r=aisrael] Add option to override supported SSL protocol and cipher suites; Enforce server's preference instead of browser/client and ship out Canonical IS recommended cipher suites by default. Also pull in changes from precise charm - lp:charms/apache2
- 56. By Charles Butler
-
David Britton 2014-06-28 apply same importerror check to trusty, keeping precise and trusty in sync.
David Britton 2014-06-28 [merge] merge up
David Britton 2014-06-20 port avoid-regen-cert to trusty. - 55. By Matt Bruzek
-
[gnuoy] Fix default security config to have new format when apache 2.4 is installed.
- 54. By Charles Butler
-
David Britton 2014-05-21 - cleanup some language in README, docstrings.
David Britton 2014-05-21 - fixed failing tests if apache2 was not installed
David Britton 2014-05-20 removing lint
David Britton 2014-05-20 - Add some variables for testing purposes in config-changed
David Britton 2014-05-20 - Adding note about opening non-standard ports to README
David Britton 2014-05-20 extra param removed
David Britton 2014-05-20 Add test_hooks file (oops)
David Britton 2014-05-20 add bit about servername and ssl_cert in the vhost-config relation
David Britton 2014-05-20 update readme to talk about the vhost-config relation
David Britton 2014-05-19 - Remove lint
David Britton 2014-05-19 - Added tests for enable_vhost()
David Britton 2014-05-19 remove disable_vhost: unused
David Britton 2014-05-19 - Adding generic hooks.py tests
David Britton 2014-04-30 call vhost update from config_changed, ala other relations in apache2
David Britton 2014-04-30 base64decode too early
David Britton 2014-04-30 typo on keyword arg to create_vhost
David Britton 2014-04-30 expect vhosts in a list of dicts
David Britton 2014-04-30 yaml
David Britton 2014-04-30 Add relation_data into log message
David Britton 2014-04-30 relation_set on the particular id from config_changed
David Britton 2014-04-30 vhost_config_relation_ changed should set ssl_cert and servername a...
David Britton 2014-04-30 jinja2 imported too early
David Britton 2014-04-30 inform vhost of config changes in all cases, not just if an ssl_ce...
David Britton 2014-04-29 Adding tests for new vhost_config_relation changes
David Britton 2014-04-25 add vhost hook
David Britton 2014-04-25 don't need the yaml.load I don't think
David Britton 2014-04-25 re-arrange vhost-config order
David Britton 2014-04-25 Add the relation, still need tests.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/apache2