Added instractions for passwordless Apache reload

This commit is contained in:
Priit Tark 2015-05-15 14:52:49 +03:00
parent 5e73e71e72
commit b33a5c2477
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
---------------