mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-27 04:05:07 +00:00
Added function to clear deployment keys stored in domain conf files
This commit is contained in:
parent
56cf93dff2
commit
1f4017f07e
1 changed files with 5 additions and 0 deletions
5
acme.sh
5
acme.sh
|
|
@ -2419,6 +2419,11 @@ _savedeployconf() {
|
|||
_cleardomainconf "$1"
|
||||
}
|
||||
|
||||
#_cleardeployconf key
|
||||
_cleardeployconf() {
|
||||
_cleardomainconf "SAVED_$1"
|
||||
}
|
||||
|
||||
#key
|
||||
_getdeployconf() {
|
||||
_rac_key="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue