mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Added instractions for passwordless Apache reload
This commit is contained in:
parent
5e73e71e72
commit
b33a5c2477
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue