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

@ -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
---------------