mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Replace ipsec rereadsecrets + reload by single rereadall, that will re-read also cert changes. Ticket #4785
This commit is contained in:
parent
a241d6b53a
commit
8961801d83
@ -1136,8 +1136,7 @@ EOD;
|
||||
if (isvalidpid("{$g['varrun_path']}/starter.charon.pid")) {
|
||||
/* Update configuration changes */
|
||||
/* Read secrets */
|
||||
mwexec("/usr/local/sbin/ipsec rereadsecrets", false);
|
||||
mwexec("/usr/local/sbin/ipsec reload", false);
|
||||
mwexec("/usr/local/sbin/ipsec rereadall", false);
|
||||
} else {
|
||||
mwexec("/usr/local/sbin/ipsec start", false);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user