[pbs-devel] [PATCH proxmox-backup 0/2] acme: add sleep for dns record propagation
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Jun 28 18:27:39 CEST 2021
The issue was brought up in our community forum:
https://forum.proxmox.com/threads/acme-configuration-via-gui.91381/
While I could not directly reproduce it (writing to a pdns-database is
faster than waiting on cloud-flare to propagate their records) I
compared the task-log to the one from PMG.
The use of tokio::time::sleep was taken from the other delays in
api2::node::certificate, for the rest I mostly trusted the compiler
warnings and rustfmt.
Stoiko Ivanov (2):
config: acme: make validation_delay crate public
acme: plugin: add sleep for dns propagation
src/acme/plugin.rs | 8 ++++++++
src/config/acme/plugin.rs | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
--
2.20.1
More information about the pbs-devel
mailing list