diff options
author | Rob Austein <sra@hactrn.net> | 2014-09-28 15:28:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-09-28 15:28:43 +0000 |
commit | 264a39417caff159350177daf3f3768ef11e2afc (patch) | |
tree | c36a143c27d37fd060dea4e76aeb6f13658f4b7f /ca | |
parent | 970d0dc0cf998129ac55e45e95138325a72a1f5b (diff) |
Apparently a2ensite now (as of Ubuntu trusty, anyway) requires a .conf
suffix on the site configuration filename. Need to check whether this
breaks older distributions, if so will need to something version
dependent.
svn path=/trunk/; revision=5973
Diffstat (limited to 'ca')
-rwxr-xr-x | ca/rpkigui-apache-conf-gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/rpkigui-apache-conf-gen b/ca/rpkigui-apache-conf-gen index 0f56342f..f28bb7b3 100755 --- a/ca/rpkigui-apache-conf-gen +++ b/ca/rpkigui-apache-conf-gen @@ -385,7 +385,7 @@ class Debian(Platform): Debian and related platforms like Ubuntu. """ - apache_conf_target = "/etc/apache2/sites-available/rpki" + apache_conf_target = "/etc/apache2/sites-available/rpki.conf" snake_oil_cer = "/etc/ssl/certs/ssl-cert-snakeoil.pem" snake_oil_key = "/etc/ssl/private/ssl-cert-snakeoil.key" |