openssl req -new-sha256-key"${BASEDIR}/certs/${domain}/${privkey}"-out"${BASEDIR}/certs/${domain}/cert-${timestamp}.csr"-subj"/CN=${domain}/"-reqexts SAN -config"${tmp_openssl_cnf}"
rm-f"${tmp_openssl_cnf}"
...
...
@@ -483,8 +484,9 @@ command_revoke() {
cert="${1}"
if[[-L"${cert}"]];then
# follow symlink and use real certificate name (so we move the real file and not the symlink at the end)