Remove chown root: /etc/ssl/private in make-csr.sh

This commit is contained in:
Eric Morino 2019-03-19 16:12:32 +01:00
parent 6e36b54adb
commit db71907155

View file

@ -215,7 +215,6 @@ main() {
[ -w "${SELF_SIGNED_DIR}" ] || error "Directory ${SELF_SIGNED_DIR} is not writable"
mkdir -p "${SSL_KEY_DIR}"
chown root: "${SSL_KEY_DIR}"
[ -w "${SSL_KEY_DIR}" ] || error "Directory ${SSL_KEY_DIR} is not writable"
[ -r "${SSL_CONFIG_FILE}" ] || error "File ${SSL_CONFIG_FILE} is not readable"