Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Martin Lensment 2015-05-15 17:05:03 +03:00
commit 379834bf72
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
15.05.2015
* Added instractions for apache2 reload without password for Registrant/Registrar,
more info at doc/certificates.md
14.05.2015
* Changed and added some new smtp enviroment variables. More info at application-example.yml

View file

@ -219,6 +219,21 @@ Add:
00 01,13 * * * path-to-your-script
Apache reload without password
------------------------------
Registrant and Registrar both should be able to reload Apache without password in order
to refresh certificate deprication list for PKI and ID card.
Example /etc/sudoers.d/apache2-no-password
username ALL=(ALL:ALL) ALL, NOPASSWD:/etc/init.d/apache2
If this file is not preset, please create it with 'visudo'. All other edits should be done
alse with 'visudo'
Development env
---------------