From b33a5c2477f81125db6576ca932e6f04ed9a14e4 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 15 May 2015 14:52:49 +0300 Subject: [PATCH] Added instractions for passwordless Apache reload --- CHANGELOG.md | 5 +++++ doc/certificates.md | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d09adbc..08f122975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/certificates.md b/doc/certificates.md index f1da4ed6d..c5c58463e 100644 --- a/doc/certificates.md +++ b/doc/certificates.md @@ -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 ---------------