RTEAMS now generate CRL
This commit is contained in:
parent
47a5a71cab
commit
0fedb29ff9
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ sub manage
|
||||||
}
|
}
|
||||||
elsif (/^RT(E(A(M(S)?)?)?)?/)
|
elsif (/^RT(E(A(M(S)?)?)?)?/)
|
||||||
{
|
{
|
||||||
|
qx(./pki/CA.sh -gencrl);
|
||||||
if (-x "nginx_gen_team.sh") {
|
if (-x "nginx_gen_team.sh") {
|
||||||
qx(./nginx_gen_team.sh > ./shared/nginx-teams.conf)
|
qx(./nginx_gen_team.sh > ./shared/nginx-teams.conf)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Reference in a new issue