remilapeyre / vault-acme

Mozilla Public License 2.0
93 stars 23 forks source link

vault-acme keeps requesting a new certificate every few days #43

Closed F21 closed 1 year ago

F21 commented 1 year ago

Just noticed this problem on a test cluster running Vault 1.14.3 (although it seems to have happened with earlier versions of Vault) without debugging turned on, so I will need to gather further information.

I am requesting a wildcard certificate that looks like this: *.something.mydomain.com. I noticed that if I search for the domain on crt.sh, new certificates for the domain are requested every 1 to 3 days, leading to rate-limiting from let's encrypt.

I currently have default_lease_ttl and max_lease_ttl for the acme mount set to 30m. The reason for short TTLs is that I want to reduce the number of orphan leases in Vault as the number of leases grows exponentially with long TTLs, which causes performance issues.

Other than that, the account under lets-encrypt/accounts/something.mydomain.com is set to use the cloudflare dns api challenge. Finally, for the certificate, at lets-encrypt/roles/something.mydomain.com, the account is set to something.mydomain.com and allowed domains is set to [something.mydomain.com], allow_bare_domains = true, and allow_subdomains = true.

Another thing I noticed is that the plugin will often crash with exit 2 and I often have a bunch of leases, that went into negative TTLs.

Unfortunately, without logging set to debugging, these are currently on the information I can provide. After starting vault in debug mode, I have the following logs (I removed the unnecessary entries not related to the plugin), which is currently unable to get a certificate as I've hit the rate limit:

Sep 25 11:17:24 vault-1 vault[4635]: 2023-09-25T11:17:24.636Z [DEBUG] core: spawning a new plugin process: plugin_name=acme-plugin id=uGv4yS3JjX
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.469Z [INFO]  secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: configuring client automatic mTLS
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.484Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: starting plugin: path=/etc/vault.d/plugins/acme-plugin args=["/e
tc/vault.d/plugins/acme-plugin"]
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.485Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin started: path=/etc/vault.d/plugins/acme-plugin pid=4643
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.488Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: waiting for RPC address: path=/etc/vault.d/plugins/acme-plugin
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.561Z [ERROR] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: plugin tls init: error="error parsing wrapping token
: square/go-jose: compact JWS format must have three parts" timestamp=2023-09-25T11:17:25.560Z
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.564Z [INFO]  secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin process exited: path=/etc/vault.d/plugins/acme-plugin pid
=4643
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.893Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: starting plugin: metadata=true path=/etc/vault.d/plugins/acme-pl
ugin args=["/etc/vault.d/plugins/acme-plugin"]
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.895Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin started: metadata=true path=/etc/vault.d/plugins/acme-plu
gin pid=4648
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.895Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: waiting for RPC address: metadata=true path=/etc/vault.d/plugins
/acme-plugin
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: using plugin: metadata=true version=4
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: plugin address: metadata=true address=/tmp/plugin381
2434184 network=unix timestamp=2023-09-25T11:17:25.962Z
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.973Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.stdio: received EOF, stopping recv loop: metadata=true err="rpc e
rror: code = Unimplemented desc = unknown service plugin.GRPCStdio"
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.980Z [INFO]  secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin process exited: metadata=true path=/etc/vault.d/plugins/a
cme-plugin pid=4648
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.980Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin exited: metadata=true
Sep 25 11:17:25 vault-1 vault[4635]: 2023-09-25T11:17:25.980Z [INFO]  core: successfully mounted: type=acme-plugin version="" path=lets-encrypt/ namespace="ID: root. Path: "
Sep 25 11:17:26 vault-1 vault[4635]: 2023-09-25T11:17:26.872Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: starting plugin: path=/etc/vault.d/plugins/acme-plugin args=["/e
tc/vault.d/plugins/acme-plugin"]
Sep 25 11:17:26 vault-1 vault[4635]: 2023-09-25T11:17:26.873Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: plugin started: path=/etc/vault.d/plugins/acme-plugin pid=4656
Sep 25 11:17:26 vault-1 vault[4635]: 2023-09-25T11:17:26.873Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: waiting for RPC address: path=/etc/vault.d/plugins/acme-plugin
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.184Z [DEBUG] core.undo-log-watcher: undo logs can be safely enabled now
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.184Z [DEBUG] core.undo-log-watcher: undo logs have been enabled and this has been persisted to storage. shutting down the checker.
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.768Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: plugin address: address=/tmp/plugin2145581795 networ
k=unix timestamp=2023-09-25T11:17:27.768Z
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.768Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin: using plugin: version=4
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.863Z [INFO]  expiration: revoked lease: lease_id=sys/wrapping/wrap/h06c449655d9deefc94d5c80be47be48336f15d2036414595fba9fdb09c98d42
b
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.869Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = U
nimplemented desc = unknown service plugin.GRPCStdio"
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.974Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:27.974Z
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.974Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:27.974Z
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.975Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:27.975Z
Sep 25 11:17:27 vault-1 vault[4635]: 2023-09-25T11:17:27.975Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:27.975Z
Sep 25 11:17:31 vault-1 vault[4635]: 2023-09-25T11:17:31.155Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:31.154Z
Sep 25 11:17:31 vault-1 vault[4635]: 2023-09-25T11:17:31.155Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:31.155Z
Sep 25 11:17:31 vault-1 vault[4635]: 2023-09-25T11:17:31.157Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:31.156Z
Sep 25 11:17:31 vault-1 vault[4635]: 2023-09-25T11:17:31.157Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:31.156Z
Sep 25 11:17:36 vault-1 vault[4635]: 2023-09-25T11:17:36.321Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:36.321Z
Sep 25 11:17:36 vault-1 vault[4635]: 2023-09-25T11:17:36.322Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:36.322Z
Sep 25 11:17:36 vault-1 vault[4635]: 2023-09-25T11:17:36.323Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:36.323Z
Sep 25 11:17:36 vault-1 vault[4635]: 2023-09-25T11:17:36.324Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:36.323Z
Sep 25 11:17:37 vault-1 vault[4635]: 2023-09-25T11:17:37.562Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:37.561Z
Sep 25 11:17:37 vault-1 vault[4635]: 2023-09-25T11:17:37.564Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:37.563Z
Sep 25 11:17:37 vault-1 vault[4635]: 2023-09-25T11:17:37.565Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:37.564Z
Sep 25 11:17:37 vault-1 vault[4635]: 2023-09-25T11:17:37.565Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:37.564Z
Sep 25 11:17:38 vault-1 vault[4635]: 2023-09-25T11:17:38.999Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:38.999Z
Sep 25 11:17:39 vault-1 vault[4635]: 2023-09-25T11:17:39.000Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:39.000Z
Sep 25 11:17:39 vault-1 vault[4635]: 2023-09-25T11:17:39.000Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:39.000Z
Sep 25 11:17:39 vault-1 vault[4635]: 2023-09-25T11:17:39.000Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:39.000Z
Sep 25 11:17:40 vault-1 vault[4635]: 2023-09-25T11:17:40.680Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:40.680Z
Sep 25 11:17:40 vault-1 vault[4635]: 2023-09-25T11:17:40.681Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:40.681Z
Sep 25 11:17:40 vault-1 vault[4635]: 2023-09-25T11:17:40.682Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:40.682Z
Sep 25 11:17:40 vault-1 vault[4635]: 2023-09-25T11:17:40.682Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:40.682Z
Sep 25 11:17:42 vault-1 vault[4635]: 2023-09-25T11:17:42.840Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:42.839Z
Sep 25 11:17:42 vault-1 vault[4635]: 2023-09-25T11:17:42.840Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:42.840Z
Sep 25 11:17:42 vault-1 vault[4635]: 2023-09-25T11:17:42.841Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:42.841Z
Sep 25 11:17:42 vault-1 vault[4635]: 2023-09-25T11:17:42.841Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:42.841Z
Sep 25 11:17:46 vault-1 vault[4635]: 2023-09-25T11:17:46.054Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:46.054Z
Sep 25 11:17:46 vault-1 vault[4635]: 2023-09-25T11:17:46.055Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:46.055Z
Sep 25 11:17:46 vault-1 vault[4635]: 2023-09-25T11:17:46.056Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:46.055Z
Sep 25 11:17:46 vault-1 vault[4635]: 2023-09-25T11:17:46.056Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:46.055Z
Sep 25 11:17:51 vault-1 vault[4635]: 2023-09-25T11:17:51.462Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:17:51.462Z
Sep 25 11:17:51 vault-1 vault[4635]: 2023-09-25T11:17:51.462Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:51.462Z
Sep 25 11:17:51 vault-1 vault[4635]: 2023-09-25T11:17:51.463Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:51.463Z
Sep 25 11:17:51 vault-1 vault[4635]: 2023-09-25T11:17:51.464Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:51.463Z
Sep 25 11:17:52 vault-1 vault[4635]: 2023-09-25T11:17:52.769Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:52.768Z
Sep 25 11:17:52 vault-1 vault[4635]: 2023-09-25T11:17:52.769Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:52.769Z
Sep 25 11:17:52 vault-1 vault[4635]: 2023-09-25T11:17:52.771Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:52.770Z
Sep 25 11:17:52 vault-1 vault[4635]: 2023-09-25T11:17:52.771Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:52.770Z
Sep 25 11:17:53 vault-1 vault[4635]: 2023-09-25T11:17:53.863Z [INFO]  expiration: revoked lease: lease_id=auth/oci/login/vault-operations/h79266fe6aceb60b7665cd3ed0c165083797ac389bb2b9af22
80983008ff51f7c
Sep 25 11:17:54 vault-1 vault[4635]: 2023-09-25T11:17:54.463Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:54.458Z
Sep 25 11:17:54 vault-1 vault[4635]: 2023-09-25T11:17:54.464Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:54.464Z
Sep 25 11:17:54 vault-1 vault[4635]: 2023-09-25T11:17:54.465Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:54.464Z
Sep 25 11:17:54 vault-1 vault[4635]: 2023-09-25T11:17:54.465Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:54.464Z
Sep 25 11:17:56 vault-1 vault[4635]: 2023-09-25T11:17:56.132Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:56.132Z
Sep 25 11:17:56 vault-1 vault[4635]: 2023-09-25T11:17:56.132Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:56.132Z
Sep 25 11:17:56 vault-1 vault[4635]: 2023-09-25T11:17:56.133Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:56.133Z
Sep 25 11:17:56 vault-1 vault[4635]: 2023-09-25T11:17:56.133Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:56.133Z
Sep 25 11:17:58 vault-1 vault[4635]: 2023-09-25T11:17:58.309Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:17:58.308Z
Sep 25 11:17:58 vault-1 vault[4635]: 2023-09-25T11:17:58.309Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:17:58.309Z
Sep 25 11:17:58 vault-1 vault[4635]: 2023-09-25T11:17:58.309Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:17:58.309Z
Sep 25 11:17:58 vault-1 vault[4635]: 2023-09-25T11:17:58.310Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:17:58.309Z
Sep 25 11:18:01 vault-1 vault[4635]: 2023-09-25T11:18:01.528Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:01.528Z
Sep 25 11:18:01 vault-1 vault[4635]: 2023-09-25T11:18:01.528Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:01.528Z
Sep 25 11:18:01 vault-1 vault[4635]: 2023-09-25T11:18:01.529Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:01.528Z
Sep 25 11:18:01 vault-1 vault[4635]: 2023-09-25T11:18:01.529Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:01.528Z
Sep 25 11:18:06 vault-1 vault[4635]: 2023-09-25T11:18:06.700Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:06.700Z
Sep 25 11:18:06 vault-1 vault[4635]: 2023-09-25T11:18:06.701Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:06.701Z
Sep 25 11:18:06 vault-1 vault[4635]: 2023-09-25T11:18:06.701Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:06.701Z
Sep 25 11:18:06 vault-1 vault[4635]: 2023-09-25T11:18:06.701Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:06.701Z
Sep 25 11:18:07 vault-1 vault[4635]: 2023-09-25T11:18:07.890Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:07.889Z
Sep 25 11:18:07 vault-1 vault[4635]: 2023-09-25T11:18:07.890Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:07.890Z
Sep 25 11:18:07 vault-1 vault[4635]: 2023-09-25T11:18:07.891Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:07.890Z
Sep 25 11:18:07 vault-1 vault[4635]: 2023-09-25T11:18:07.891Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:07.890Z
Sep 25 11:18:09 vault-1 vault[4635]: 2023-09-25T11:18:09.331Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:09.331Z
Sep 25 11:18:09 vault-1 vault[4635]: 2023-09-25T11:18:09.332Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:09.332Z
Sep 25 11:18:09 vault-1 vault[4635]: 2023-09-25T11:18:09.332Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:09.332Z
Sep 25 11:18:09 vault-1 vault[4635]: 2023-09-25T11:18:09.332Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:09.332Z
Sep 25 11:18:11 vault-1 vault[4635]: 2023-09-25T11:18:11.002Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:11.002Z
Sep 25 11:18:11 vault-1 vault[4635]: 2023-09-25T11:18:11.004Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:11.003Z
Sep 25 11:18:11 vault-1 vault[4635]: 2023-09-25T11:18:11.004Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:11.004Z
Sep 25 11:18:11 vault-1 vault[4635]: 2023-09-25T11:18:11.004Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:11.004Z
Sep 25 11:18:13 vault-1 vault[4635]: 2023-09-25T11:18:13.184Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:13.184Z
Sep 25 11:18:13 vault-1 vault[4635]: 2023-09-25T11:18:13.184Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:13.184Z
Sep 25 11:18:13 vault-1 vault[4635]: 2023-09-25T11:18:13.185Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:13.185Z
Sep 25 11:18:13 vault-1 vault[4635]: 2023-09-25T11:18:13.185Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:13.185Z
Sep 25 11:18:16 vault-1 vault[4635]: 2023-09-25T11:18:16.343Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:16.343Z
Sep 25 11:18:16 vault-1 vault[4635]: 2023-09-25T11:18:16.344Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:16.343Z
Sep 25 11:18:16 vault-1 vault[4635]: 2023-09-25T11:18:16.344Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:16.344Z
Sep 25 11:18:16 vault-1 vault[4635]: 2023-09-25T11:18:16.344Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:16.344Z
Sep 25 11:18:21 vault-1 vault[4635]: 2023-09-25T11:18:21.527Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:21.525Z
Sep 25 11:18:21 vault-1 vault[4635]: 2023-09-25T11:18:21.528Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:21.528Z
Sep 25 11:18:21 vault-1 vault[4635]: 2023-09-25T11:18:21.528Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:21.528Z
Sep 25 11:18:21 vault-1 vault[4635]: 2023-09-25T11:18:21.528Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:21.528Z
Sep 25 11:18:22 vault-1 vault[4635]: 2023-09-25T11:18:22.758Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:22.758Z
Sep 25 11:18:22 vault-1 vault[4635]: 2023-09-25T11:18:22.759Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:22.758Z
Sep 25 11:18:22 vault-1 vault[4635]: 2023-09-25T11:18:22.759Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:22.759Z
Sep 25 11:18:22 vault-1 vault[4635]: 2023-09-25T11:18:22.759Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:22.759Z
Sep 25 11:18:24 vault-1 vault[4635]: 2023-09-25T11:18:24.191Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:18:24.190Z
Sep 25 11:18:24 vault-1 vault[4635]: 2023-09-25T11:18:24.192Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:24.192Z
Sep 25 11:18:24 vault-1 vault[4635]: 2023-09-25T11:18:24.194Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:24.194Z
Sep 25 11:18:24 vault-1 vault[4635]: 2023-09-25T11:18:24.194Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:24.194Z
Sep 25 11:18:25 vault-1 vault[4635]: 2023-09-25T11:18:25.889Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:25.889Z
Sep 25 11:18:25 vault-1 vault[4635]: 2023-09-25T11:18:25.890Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:25.890Z
Sep 25 11:18:25 vault-1 vault[4635]: 2023-09-25T11:18:25.891Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:25.890Z
Sep 25 11:18:25 vault-1 vault[4635]: 2023-09-25T11:18:25.891Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:25.890Z
Sep 25 11:18:26 vault-1 vault[4635]: 2023-09-25T11:18:26.094Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:18:26 vault-1 vault[4635]: 2023-09-25T11:18:26.184Z [WARN]  core.raft: skipping new raft TLS config creation, keys are pending
Sep 25 11:18:28 vault-1 vault[4635]: 2023-09-25T11:18:28.163Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:28.161Z
Sep 25 11:18:28 vault-1 vault[4635]: 2023-09-25T11:18:28.163Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:28.161Z
Sep 25 11:18:28 vault-1 vault[4635]: 2023-09-25T11:18:28.163Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:28.162Z
Sep 25 11:18:28 vault-1 vault[4635]: 2023-09-25T11:18:28.164Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:28.162Z
Sep 25 11:18:31 vault-1 vault[4635]: 2023-09-25T11:18:31.360Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:31.360Z
Sep 25 11:18:31 vault-1 vault[4635]: 2023-09-25T11:18:31.361Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:31.361Z
Sep 25 11:18:31 vault-1 vault[4635]: 2023-09-25T11:18:31.362Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:31.361Z
Sep 25 11:18:31 vault-1 vault[4635]: 2023-09-25T11:18:31.362Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:31.361Z
Sep 25 11:18:36 vault-1 vault[4635]: 2023-09-25T11:18:36.555Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:36.555Z
Sep 25 11:18:36 vault-1 vault[4635]: 2023-09-25T11:18:36.557Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:36.556Z
Sep 25 11:18:36 vault-1 vault[4635]: 2023-09-25T11:18:36.557Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:36.557Z
Sep 25 11:18:36 vault-1 vault[4635]: 2023-09-25T11:18:36.557Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:36.557Z
Sep 25 11:18:37 vault-1 vault[4635]: 2023-09-25T11:18:37.760Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:37.759Z
Sep 25 11:18:37 vault-1 vault[4635]: 2023-09-25T11:18:37.761Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:37.761Z
Sep 25 11:18:37 vault-1 vault[4635]: 2023-09-25T11:18:37.762Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:37.761Z
Sep 25 11:18:37 vault-1 vault[4635]: 2023-09-25T11:18:37.762Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:37.761Z
Sep 25 11:18:39 vault-1 vault[4635]: 2023-09-25T11:18:39.176Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:39.176Z
Sep 25 11:18:39 vault-1 vault[4635]: 2023-09-25T11:18:39.177Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:39.177Z
Sep 25 11:18:39 vault-1 vault[4635]: 2023-09-25T11:18:39.178Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:39.177Z
Sep 25 11:18:39 vault-1 vault[4635]: 2023-09-25T11:18:39.178Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:39.177Z
Sep 25 11:18:40 vault-1 vault[4635]: 2023-09-25T11:18:40.866Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:40.866Z
Sep 25 11:18:40 vault-1 vault[4635]: 2023-09-25T11:18:40.867Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:40.867Z
Sep 25 11:18:40 vault-1 vault[4635]: 2023-09-25T11:18:40.869Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:40.868Z
Sep 25 11:18:40 vault-1 vault[4635]: 2023-09-25T11:18:40.869Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:40.868Z
Sep 25 11:18:43 vault-1 vault[4635]: 2023-09-25T11:18:43.090Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:43.089Z
Sep 25 11:18:43 vault-1 vault[4635]: 2023-09-25T11:18:43.090Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:43.090Z
Sep 25 11:18:43 vault-1 vault[4635]: 2023-09-25T11:18:43.091Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:43.090Z
Sep 25 11:18:43 vault-1 vault[4635]: 2023-09-25T11:18:43.091Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:43.090Z
Sep 25 11:18:46 vault-1 vault[4635]: 2023-09-25T11:18:46.276Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:46.276Z
Sep 25 11:18:46 vault-1 vault[4635]: 2023-09-25T11:18:46.276Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:46.276Z
Sep 25 11:18:46 vault-1 vault[4635]: 2023-09-25T11:18:46.277Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:46.277Z
Sep 25 11:18:46 vault-1 vault[4635]: 2023-09-25T11:18:46.277Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:46.277Z
Sep 25 11:18:51 vault-1 vault[4635]: 2023-09-25T11:18:51.462Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:18:51.462Z
Sep 25 11:18:51 vault-1 vault[4635]: 2023-09-25T11:18:51.463Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:51.462Z
Sep 25 11:18:51 vault-1 vault[4635]: 2023-09-25T11:18:51.463Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:51.463Z
Sep 25 11:18:51 vault-1 vault[4635]: 2023-09-25T11:18:51.463Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:51.463Z
Sep 25 11:18:52 vault-1 vault[4635]: 2023-09-25T11:18:52.668Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:18:52.668Z
Sep 25 11:18:52 vault-1 vault[4635]: 2023-09-25T11:18:52.668Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:52.668Z
Sep 25 11:18:52 vault-1 vault[4635]: 2023-09-25T11:18:52.670Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:52.669Z
Sep 25 11:18:52 vault-1 vault[4635]: 2023-09-25T11:18:52.670Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:52.669Z
Sep 25 11:18:54 vault-1 vault[4635]: 2023-09-25T11:18:54.158Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:54.158Z
Sep 25 11:18:54 vault-1 vault[4635]: 2023-09-25T11:18:54.159Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:54.159Z
Sep 25 11:18:54 vault-1 vault[4635]: 2023-09-25T11:18:54.161Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:54.160Z
Sep 25 11:18:54 vault-1 vault[4635]: 2023-09-25T11:18:54.161Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:54.160Z
Sep 25 11:18:55 vault-1 vault[4635]: 2023-09-25T11:18:55.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:55.962Z
Sep 25 11:18:55 vault-1 vault[4635]: 2023-09-25T11:18:55.963Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:55.963Z
Sep 25 11:18:55 vault-1 vault[4635]: 2023-09-25T11:18:55.963Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:55.963Z
Sep 25 11:18:55 vault-1 vault[4635]: 2023-09-25T11:18:55.963Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:55.963Z
Sep 25 11:18:58 vault-1 vault[4635]: 2023-09-25T11:18:58.159Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:18:58.159Z
Sep 25 11:18:58 vault-1 vault[4635]: 2023-09-25T11:18:58.160Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:18:58.160Z
Sep 25 11:18:58 vault-1 vault[4635]: 2023-09-25T11:18:58.161Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:18:58.160Z
Sep 25 11:18:58 vault-1 vault[4635]: 2023-09-25T11:18:58.161Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:18:58.160Z
Sep 25 11:19:01 vault-1 vault[4635]: 2023-09-25T11:19:01.331Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:19:01.330Z
Sep 25 11:19:01 vault-1 vault[4635]: 2023-09-25T11:19:01.331Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:01.331Z
Sep 25 11:19:01 vault-1 vault[4635]: 2023-09-25T11:19:01.333Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:01.332Z
Sep 25 11:19:01 vault-1 vault[4635]: 2023-09-25T11:19:01.333Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:01.332Z
Sep 25 11:19:06 vault-1 vault[4635]: 2023-09-25T11:19:06.512Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:06.512Z
Sep 25 11:19:06 vault-1 vault[4635]: 2023-09-25T11:19:06.513Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:06.513Z
Sep 25 11:19:06 vault-1 vault[4635]: 2023-09-25T11:19:06.514Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:06.513Z
Sep 25 11:19:06 vault-1 vault[4635]: 2023-09-25T11:19:06.514Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:06.514Z
Sep 25 11:19:07 vault-1 vault[4635]: 2023-09-25T11:19:07.713Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:07.713Z
Sep 25 11:19:07 vault-1 vault[4635]: 2023-09-25T11:19:07.714Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:07.713Z
Sep 25 11:19:07 vault-1 vault[4635]: 2023-09-25T11:19:07.714Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:07.714Z
Sep 25 11:19:07 vault-1 vault[4635]: 2023-09-25T11:19:07.714Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:07.714Z
Sep 25 11:19:09 vault-1 vault[4635]: 2023-09-25T11:19:09.157Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:09.156Z
Sep 25 11:19:09 vault-1 vault[4635]: 2023-09-25T11:19:09.157Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:09.157Z
Sep 25 11:19:09 vault-1 vault[4635]: 2023-09-25T11:19:09.158Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:09.158Z
Sep 25 11:19:09 vault-1 vault[4635]: 2023-09-25T11:19:09.159Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:09.158Z
Sep 25 11:19:10 vault-1 vault[4635]: 2023-09-25T11:19:10.876Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:19:10.876Z
Sep 25 11:19:10 vault-1 vault[4635]: 2023-09-25T11:19:10.881Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:10.881Z
Sep 25 11:19:10 vault-1 vault[4635]: 2023-09-25T11:19:10.882Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:10.881Z
Sep 25 11:19:10 vault-1 vault[4635]: 2023-09-25T11:19:10.882Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:10.881Z
Sep 25 11:19:13 vault-1 vault[4635]: 2023-09-25T11:19:13.064Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:13.064Z
Sep 25 11:19:13 vault-1 vault[4635]: 2023-09-25T11:19:13.064Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:13.064Z
Sep 25 11:19:13 vault-1 vault[4635]: 2023-09-25T11:19:13.064Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:13.064Z
Sep 25 11:19:13 vault-1 vault[4635]: 2023-09-25T11:19:13.064Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:13.064Z
Sep 25 11:19:16 vault-1 vault[4635]: 2023-09-25T11:19:16.249Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:19:16.249Z
Sep 25 11:19:16 vault-1 vault[4635]: 2023-09-25T11:19:16.249Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:16.249Z
Sep 25 11:19:16 vault-1 vault[4635]: 2023-09-25T11:19:16.250Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:16.250Z
Sep 25 11:19:16 vault-1 vault[4635]: 2023-09-25T11:19:16.250Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:16.250Z
Sep 25 11:19:21 vault-1 vault[4635]: 2023-09-25T11:19:21.435Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:21.435Z
Sep 25 11:19:21 vault-1 vault[4635]: 2023-09-25T11:19:21.435Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:21.435Z
Sep 25 11:19:21 vault-1 vault[4635]: 2023-09-25T11:19:21.435Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:21.435Z
Sep 25 11:19:21 vault-1 vault[4635]: 2023-09-25T11:19:21.436Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:21.435Z
Sep 25 11:19:22 vault-1 vault[4635]: 2023-09-25T11:19:22.645Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:19:22.645Z
Sep 25 11:19:22 vault-1 vault[4635]: 2023-09-25T11:19:22.646Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:22.646Z
Sep 25 11:19:22 vault-1 vault[4635]: 2023-09-25T11:19:22.648Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:22.647Z
Sep 25 11:19:22 vault-1 vault[4635]: 2023-09-25T11:19:22.648Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:22.647Z
Sep 25 11:19:24 vault-1 vault[4635]: 2023-09-25T11:19:24.094Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:24.094Z
Sep 25 11:19:24 vault-1 vault[4635]: 2023-09-25T11:19:24.094Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:24.094Z
Sep 25 11:19:24 vault-1 vault[4635]: 2023-09-25T11:19:24.095Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:24.094Z
Sep 25 11:19:24 vault-1 vault[4635]: 2023-09-25T11:19:24.095Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:24.094Z
Sep 25 11:19:25 vault-1 vault[4635]: 2023-09-25T11:19:25.756Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:25.756Z
Sep 25 11:19:25 vault-1 vault[4635]: 2023-09-25T11:19:25.757Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:25.756Z
Sep 25 11:19:25 vault-1 vault[4635]: 2023-09-25T11:19:25.757Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:25.757Z
Sep 25 11:19:25 vault-1 vault[4635]: 2023-09-25T11:19:25.757Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:25.757Z
Sep 25 11:19:26 vault-1 vault[4635]: 2023-09-25T11:19:26.094Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:19:27 vault-1 vault[4635]: 2023-09-25T11:19:27.961Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:27.961Z
Sep 25 11:19:27 vault-1 vault[4635]: 2023-09-25T11:19:27.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:27.961Z
Sep 25 11:19:27 vault-1 vault[4635]: 2023-09-25T11:19:27.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:27.962Z
Sep 25 11:19:27 vault-1 vault[4635]: 2023-09-25T11:19:27.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:27.962Z
Sep 25 11:19:31 vault-1 vault[4635]: 2023-09-25T11:19:31.181Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:31.181Z
Sep 25 11:19:31 vault-1 vault[4635]: 2023-09-25T11:19:31.182Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:31.182Z
Sep 25 11:19:31 vault-1 vault[4635]: 2023-09-25T11:19:31.183Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:31.182Z
Sep 25 11:19:31 vault-1 vault[4635]: 2023-09-25T11:19:31.183Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:31.182Z
Sep 25 11:19:36 vault-1 vault[4635]: 2023-09-25T11:19:36.372Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:36.372Z
Sep 25 11:19:36 vault-1 vault[4635]: 2023-09-25T11:19:36.373Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:36.373Z
Sep 25 11:19:36 vault-1 vault[4635]: 2023-09-25T11:19:36.374Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:36.374Z
Sep 25 11:19:36 vault-1 vault[4635]: 2023-09-25T11:19:36.374Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:36.374Z
Sep 25 11:19:37 vault-1 vault[4635]: 2023-09-25T11:19:37.561Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:37.561Z
Sep 25 11:19:37 vault-1 vault[4635]: 2023-09-25T11:19:37.562Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:37.562Z
Sep 25 11:19:37 vault-1 vault[4635]: 2023-09-25T11:19:37.563Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:37.563Z
Sep 25 11:19:37 vault-1 vault[4635]: 2023-09-25T11:19:37.563Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:37.563Z
Sep 25 11:19:38 vault-1 vault[4635]: 2023-09-25T11:19:38.998Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:38.998Z
Sep 25 11:19:38 vault-1 vault[4635]: 2023-09-25T11:19:38.999Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:38.999Z
Sep 25 11:19:38 vault-1 vault[4635]: 2023-09-25T11:19:38.999Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:38.999Z
Sep 25 11:19:38 vault-1 vault[4635]: 2023-09-25T11:19:38.999Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:38.999Z
Sep 25 11:19:40 vault-1 vault[4635]: 2023-09-25T11:19:40.686Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:19:40.686Z
Sep 25 11:19:40 vault-1 vault[4635]: 2023-09-25T11:19:40.687Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:40.687Z
Sep 25 11:19:40 vault-1 vault[4635]: 2023-09-25T11:19:40.688Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:40.687Z
Sep 25 11:19:40 vault-1 vault[4635]: 2023-09-25T11:19:40.688Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:40.687Z
Sep 25 11:19:42 vault-1 vault[4635]: 2023-09-25T11:19:42.881Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:42.881Z
Sep 25 11:19:42 vault-1 vault[4635]: 2023-09-25T11:19:42.882Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:42.882Z
Sep 25 11:19:42 vault-1 vault[4635]: 2023-09-25T11:19:42.882Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:42.882Z
Sep 25 11:19:42 vault-1 vault[4635]: 2023-09-25T11:19:42.882Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:42.882Z
Sep 25 11:19:46 vault-1 vault[4635]: 2023-09-25T11:19:46.065Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:46.065Z
Sep 25 11:19:46 vault-1 vault[4635]: 2023-09-25T11:19:46.067Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:46.066Z
Sep 25 11:19:46 vault-1 vault[4635]: 2023-09-25T11:19:46.067Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:46.066Z
Sep 25 11:19:46 vault-1 vault[4635]: 2023-09-25T11:19:46.067Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:46.066Z
Sep 25 11:19:51 vault-1 vault[4635]: 2023-09-25T11:19:51.242Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:51.242Z
Sep 25 11:19:51 vault-1 vault[4635]: 2023-09-25T11:19:51.242Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:51.242Z
Sep 25 11:19:51 vault-1 vault[4635]: 2023-09-25T11:19:51.243Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:51.243Z
Sep 25 11:19:51 vault-1 vault[4635]: 2023-09-25T11:19:51.243Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:51.243Z
Sep 25 11:19:52 vault-1 vault[4635]: 2023-09-25T11:19:52.465Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:52.464Z
Sep 25 11:19:52 vault-1 vault[4635]: 2023-09-25T11:19:52.468Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:52.466Z
Sep 25 11:19:52 vault-1 vault[4635]: 2023-09-25T11:19:52.469Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:52.468Z
Sep 25 11:19:52 vault-1 vault[4635]: 2023-09-25T11:19:52.470Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:52.468Z
Sep 25 11:19:53 vault-1 vault[4635]: 2023-09-25T11:19:53.900Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:53.900Z
Sep 25 11:19:53 vault-1 vault[4635]: 2023-09-25T11:19:53.901Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:53.900Z
Sep 25 11:19:53 vault-1 vault[4635]: 2023-09-25T11:19:53.901Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:53.901Z
Sep 25 11:19:53 vault-1 vault[4635]: 2023-09-25T11:19:53.901Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:53.901Z
Sep 25 11:19:55 vault-1 vault[4635]: 2023-09-25T11:19:55.583Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:55.582Z
Sep 25 11:19:55 vault-1 vault[4635]: 2023-09-25T11:19:55.583Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:55.583Z
Sep 25 11:19:55 vault-1 vault[4635]: 2023-09-25T11:19:55.584Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:55.583Z
Sep 25 11:19:55 vault-1 vault[4635]: 2023-09-25T11:19:55.584Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:55.583Z
Sep 25 11:19:57 vault-1 vault[4635]: 2023-09-25T11:19:57.750Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:19:57.750Z
Sep 25 11:19:57 vault-1 vault[4635]: 2023-09-25T11:19:57.752Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:19:57.751Z
Sep 25 11:19:57 vault-1 vault[4635]: 2023-09-25T11:19:57.752Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:19:57.751Z
Sep 25 11:19:57 vault-1 vault[4635]: 2023-09-25T11:19:57.752Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:19:57.751Z
Sep 25 11:20:00 vault-1 vault[4635]: 2023-09-25T11:20:00.931Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:00.931Z
Sep 25 11:20:00 vault-1 vault[4635]: 2023-09-25T11:20:00.932Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:00.932Z
Sep 25 11:20:00 vault-1 vault[4635]: 2023-09-25T11:20:00.932Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:00.932Z
Sep 25 11:20:00 vault-1 vault[4635]: 2023-09-25T11:20:00.932Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:00.932Z
Sep 25 11:20:06 vault-1 vault[4635]: 2023-09-25T11:20:06.112Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:06.112Z
Sep 25 11:20:06 vault-1 vault[4635]: 2023-09-25T11:20:06.113Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:06.113Z
Sep 25 11:20:06 vault-1 vault[4635]: 2023-09-25T11:20:06.113Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:06.113Z
Sep 25 11:20:06 vault-1 vault[4635]: 2023-09-25T11:20:06.113Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:06.113Z
Sep 25 11:20:07 vault-1 vault[4635]: 2023-09-25T11:20:07.303Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:07.303Z
Sep 25 11:20:07 vault-1 vault[4635]: 2023-09-25T11:20:07.304Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:07.304Z
Sep 25 11:20:07 vault-1 vault[4635]: 2023-09-25T11:20:07.304Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:07.304Z
Sep 25 11:20:07 vault-1 vault[4635]: 2023-09-25T11:20:07.305Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:07.304Z
Sep 25 11:20:08 vault-1 vault[4635]: 2023-09-25T11:20:08.732Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:08.732Z
Sep 25 11:20:08 vault-1 vault[4635]: 2023-09-25T11:20:08.733Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:08.732Z
Sep 25 11:20:08 vault-1 vault[4635]: 2023-09-25T11:20:08.733Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:08.733Z
Sep 25 11:20:08 vault-1 vault[4635]: 2023-09-25T11:20:08.733Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:08.733Z
Sep 25 11:20:10 vault-1 vault[4635]: 2023-09-25T11:20:10.393Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:10.392Z
Sep 25 11:20:10 vault-1 vault[4635]: 2023-09-25T11:20:10.393Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:10.393Z
Sep 25 11:20:10 vault-1 vault[4635]: 2023-09-25T11:20:10.398Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:10.393Z
Sep 25 11:20:10 vault-1 vault[4635]: 2023-09-25T11:20:10.398Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:10.393Z
Sep 25 11:20:12 vault-1 vault[4635]: 2023-09-25T11:20:12.563Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:12.563Z
Sep 25 11:20:12 vault-1 vault[4635]: 2023-09-25T11:20:12.564Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:12.564Z
Sep 25 11:20:12 vault-1 vault[4635]: 2023-09-25T11:20:12.565Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:12.565Z
Sep 25 11:20:12 vault-1 vault[4635]: 2023-09-25T11:20:12.565Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:12.565Z
Sep 25 11:20:15 vault-1 vault[4635]: 2023-09-25T11:20:15.746Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:15.746Z
Sep 25 11:20:15 vault-1 vault[4635]: 2023-09-25T11:20:15.747Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:15.747Z
Sep 25 11:20:15 vault-1 vault[4635]: 2023-09-25T11:20:15.747Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:15.747Z
Sep 25 11:20:15 vault-1 vault[4635]: 2023-09-25T11:20:15.747Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:15.747Z
Sep 25 11:20:20 vault-1 vault[4635]: 2023-09-25T11:20:20.928Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:20.928Z
Sep 25 11:20:20 vault-1 vault[4635]: 2023-09-25T11:20:20.929Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:20.929Z
Sep 25 11:20:20 vault-1 vault[4635]: 2023-09-25T11:20:20.930Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:20.929Z
Sep 25 11:20:20 vault-1 vault[4635]: 2023-09-25T11:20:20.930Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:20.929Z
Sep 25 11:20:22 vault-1 vault[4635]: 2023-09-25T11:20:22.128Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:22.128Z
Sep 25 11:20:22 vault-1 vault[4635]: 2023-09-25T11:20:22.128Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:22.128Z
Sep 25 11:20:22 vault-1 vault[4635]: 2023-09-25T11:20:22.129Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:22.128Z
Sep 25 11:20:22 vault-1 vault[4635]: 2023-09-25T11:20:22.129Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:22.128Z
Sep 25 11:20:23 vault-1 vault[4635]: 2023-09-25T11:20:23.559Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:23.559Z
Sep 25 11:20:23 vault-1 vault[4635]: 2023-09-25T11:20:23.560Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:23.560Z
Sep 25 11:20:23 vault-1 vault[4635]: 2023-09-25T11:20:23.561Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:23.560Z
Sep 25 11:20:23 vault-1 vault[4635]: 2023-09-25T11:20:23.561Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:23.560Z
Sep 25 11:20:25 vault-1 vault[4635]: 2023-09-25T11:20:25.239Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:25.238Z
Sep 25 11:20:25 vault-1 vault[4635]: 2023-09-25T11:20:25.239Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:25.239Z
Sep 25 11:20:25 vault-1 vault[4635]: 2023-09-25T11:20:25.240Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:25.240Z
Sep 25 11:20:25 vault-1 vault[4635]: 2023-09-25T11:20:25.240Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:25.240Z
Sep 25 11:20:26 vault-1 vault[4635]: 2023-09-25T11:20:26.086Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:20:27 vault-1 vault[4635]: 2023-09-25T11:20:27.426Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:27.426Z
Sep 25 11:20:27 vault-1 vault[4635]: 2023-09-25T11:20:27.427Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:27.427Z
Sep 25 11:20:27 vault-1 vault[4635]: 2023-09-25T11:20:27.428Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:27.428Z
Sep 25 11:20:27 vault-1 vault[4635]: 2023-09-25T11:20:27.428Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:27.428Z
Sep 25 11:20:30 vault-1 vault[4635]: 2023-09-25T11:20:30.630Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:30.630Z
Sep 25 11:20:30 vault-1 vault[4635]: 2023-09-25T11:20:30.630Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:30.630Z
Sep 25 11:20:30 vault-1 vault[4635]: 2023-09-25T11:20:30.631Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:30.631Z
Sep 25 11:20:30 vault-1 vault[4635]: 2023-09-25T11:20:30.631Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:30.631Z
Sep 25 11:20:35 vault-1 vault[4635]: 2023-09-25T11:20:35.825Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:35.825Z
Sep 25 11:20:35 vault-1 vault[4635]: 2023-09-25T11:20:35.826Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:35.826Z
Sep 25 11:20:35 vault-1 vault[4635]: 2023-09-25T11:20:35.826Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:35.826Z
Sep 25 11:20:35 vault-1 vault[4635]: 2023-09-25T11:20:35.826Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:35.826Z
Sep 25 11:20:37 vault-1 vault[4635]: 2023-09-25T11:20:37.012Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:37.010Z
Sep 25 11:20:37 vault-1 vault[4635]: 2023-09-25T11:20:37.015Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:37.014Z
Sep 25 11:20:37 vault-1 vault[4635]: 2023-09-25T11:20:37.016Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:37.015Z
Sep 25 11:20:37 vault-1 vault[4635]: 2023-09-25T11:20:37.016Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:37.015Z
Sep 25 11:20:39 vault-1 vault[4635]: 2023-09-25T11:20:39.347Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:39.347Z
Sep 25 11:20:39 vault-1 vault[4635]: 2023-09-25T11:20:39.348Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:39.347Z
Sep 25 11:20:39 vault-1 vault[4635]: 2023-09-25T11:20:39.348Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:39.348Z
Sep 25 11:20:39 vault-1 vault[4635]: 2023-09-25T11:20:39.348Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:39.348Z
Sep 25 11:20:41 vault-1 vault[4635]: 2023-09-25T11:20:41.013Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:41.013Z
Sep 25 11:20:41 vault-1 vault[4635]: 2023-09-25T11:20:41.014Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:41.014Z
Sep 25 11:20:41 vault-1 vault[4635]: 2023-09-25T11:20:41.016Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:41.016Z
Sep 25 11:20:41 vault-1 vault[4635]: 2023-09-25T11:20:41.016Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:41.016Z
Sep 25 11:20:43 vault-1 vault[4635]: 2023-09-25T11:20:43.184Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:43.184Z
Sep 25 11:20:43 vault-1 vault[4635]: 2023-09-25T11:20:43.185Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:43.185Z
Sep 25 11:20:43 vault-1 vault[4635]: 2023-09-25T11:20:43.186Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:43.185Z
Sep 25 11:20:43 vault-1 vault[4635]: 2023-09-25T11:20:43.186Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:43.185Z
Sep 25 11:20:46 vault-1 vault[4635]: 2023-09-25T11:20:46.345Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:46.345Z
Sep 25 11:20:46 vault-1 vault[4635]: 2023-09-25T11:20:46.346Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:46.346Z
Sep 25 11:20:46 vault-1 vault[4635]: 2023-09-25T11:20:46.347Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:46.346Z
Sep 25 11:20:46 vault-1 vault[4635]: 2023-09-25T11:20:46.347Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:46.346Z
Sep 25 11:20:51 vault-1 vault[4635]: 2023-09-25T11:20:51.507Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:51.507Z
Sep 25 11:20:51 vault-1 vault[4635]: 2023-09-25T11:20:51.508Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:51.508Z
Sep 25 11:20:51 vault-1 vault[4635]: 2023-09-25T11:20:51.509Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:51.508Z
Sep 25 11:20:51 vault-1 vault[4635]: 2023-09-25T11:20:51.509Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:51.508Z
Sep 25 11:20:52 vault-1 vault[4635]: 2023-09-25T11:20:52.679Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:52.679Z
Sep 25 11:20:52 vault-1 vault[4635]: 2023-09-25T11:20:52.679Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:52.679Z
Sep 25 11:20:52 vault-1 vault[4635]: 2023-09-25T11:20:52.680Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:52.680Z
Sep 25 11:20:52 vault-1 vault[4635]: 2023-09-25T11:20:52.680Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:52.680Z
Sep 25 11:20:54 vault-1 vault[4635]: 2023-09-25T11:20:54.101Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:54.101Z
Sep 25 11:20:54 vault-1 vault[4635]: 2023-09-25T11:20:54.102Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:54.102Z
Sep 25 11:20:54 vault-1 vault[4635]: 2023-09-25T11:20:54.103Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:54.103Z
Sep 25 11:20:54 vault-1 vault[4635]: 2023-09-25T11:20:54.103Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:54.103Z
Sep 25 11:20:55 vault-1 vault[4635]: 2023-09-25T11:20:55.769Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:20:55.769Z
Sep 25 11:20:55 vault-1 vault[4635]: 2023-09-25T11:20:55.770Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:55.770Z
Sep 25 11:20:55 vault-1 vault[4635]: 2023-09-25T11:20:55.771Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:55.770Z
Sep 25 11:20:55 vault-1 vault[4635]: 2023-09-25T11:20:55.771Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:55.770Z
Sep 25 11:20:57 vault-1 vault[4635]: 2023-09-25T11:20:57.929Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:20:57.928Z
Sep 25 11:20:57 vault-1 vault[4635]: 2023-09-25T11:20:57.931Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:20:57.930Z
Sep 25 11:20:57 vault-1 vault[4635]: 2023-09-25T11:20:57.931Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:20:57.930Z
Sep 25 11:20:57 vault-1 vault[4635]: 2023-09-25T11:20:57.931Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:20:57.930Z
Sep 25 11:21:01 vault-1 vault[4635]: 2023-09-25T11:21:01.096Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:01.096Z
Sep 25 11:21:01 vault-1 vault[4635]: 2023-09-25T11:21:01.097Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:01.097Z
Sep 25 11:21:01 vault-1 vault[4635]: 2023-09-25T11:21:01.097Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:01.097Z
Sep 25 11:21:01 vault-1 vault[4635]: 2023-09-25T11:21:01.098Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:01.097Z
Sep 25 11:21:06 vault-1 vault[4635]: 2023-09-25T11:21:06.292Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:06.291Z
Sep 25 11:21:06 vault-1 vault[4635]: 2023-09-25T11:21:06.292Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:06.292Z
Sep 25 11:21:06 vault-1 vault[4635]: 2023-09-25T11:21:06.293Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:06.292Z
Sep 25 11:21:06 vault-1 vault[4635]: 2023-09-25T11:21:06.293Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:06.292Z
Sep 25 11:21:07 vault-1 vault[4635]: 2023-09-25T11:21:07.472Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:21:07.472Z
Sep 25 11:21:07 vault-1 vault[4635]: 2023-09-25T11:21:07.473Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:07.473Z
Sep 25 11:21:07 vault-1 vault[4635]: 2023-09-25T11:21:07.474Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:07.473Z
Sep 25 11:21:07 vault-1 vault[4635]: 2023-09-25T11:21:07.474Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:07.473Z
Sep 25 11:21:08 vault-1 vault[4635]: 2023-09-25T11:21:08.897Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:08.897Z
Sep 25 11:21:08 vault-1 vault[4635]: 2023-09-25T11:21:08.898Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:08.898Z
Sep 25 11:21:08 vault-1 vault[4635]: 2023-09-25T11:21:08.898Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:08.898Z
Sep 25 11:21:08 vault-1 vault[4635]: 2023-09-25T11:21:08.898Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:08.898Z
Sep 25 11:21:10 vault-1 vault[4635]: 2023-09-25T11:21:10.578Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:21:10.578Z
Sep 25 11:21:10 vault-1 vault[4635]: 2023-09-25T11:21:10.579Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:10.579Z
Sep 25 11:21:10 vault-1 vault[4635]: 2023-09-25T11:21:10.580Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:10.580Z
Sep 25 11:21:10 vault-1 vault[4635]: 2023-09-25T11:21:10.580Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:10.580Z
Sep 25 11:21:12 vault-1 vault[4635]: 2023-09-25T11:21:12.772Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:12.772Z
Sep 25 11:21:12 vault-1 vault[4635]: 2023-09-25T11:21:12.773Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:12.773Z
Sep 25 11:21:12 vault-1 vault[4635]: 2023-09-25T11:21:12.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:12.773Z
Sep 25 11:21:12 vault-1 vault[4635]: 2023-09-25T11:21:12.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:12.773Z
Sep 25 11:21:15 vault-1 vault[4635]: 2023-09-25T11:21:15.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:15.963Z
Sep 25 11:21:15 vault-1 vault[4635]: 2023-09-25T11:21:15.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:15.964Z
Sep 25 11:21:15 vault-1 vault[4635]: 2023-09-25T11:21:15.965Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:15.965Z
Sep 25 11:21:15 vault-1 vault[4635]: 2023-09-25T11:21:15.965Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:15.965Z
Sep 25 11:21:21 vault-1 vault[4635]: 2023-09-25T11:21:21.161Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:21.161Z
Sep 25 11:21:21 vault-1 vault[4635]: 2023-09-25T11:21:21.162Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:21.162Z
Sep 25 11:21:21 vault-1 vault[4635]: 2023-09-25T11:21:21.162Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:21.162Z
Sep 25 11:21:21 vault-1 vault[4635]: 2023-09-25T11:21:21.162Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:21.162Z
Sep 25 11:21:22 vault-1 vault[4635]: 2023-09-25T11:21:22.338Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:21:22.337Z
Sep 25 11:21:22 vault-1 vault[4635]: 2023-09-25T11:21:22.338Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:22.338Z
Sep 25 11:21:22 vault-1 vault[4635]: 2023-09-25T11:21:22.339Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:22.339Z
Sep 25 11:21:22 vault-1 vault[4635]: 2023-09-25T11:21:22.339Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:22.339Z
Sep 25 11:21:23 vault-1 vault[4635]: 2023-09-25T11:21:23.793Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:23.793Z
Sep 25 11:21:23 vault-1 vault[4635]: 2023-09-25T11:21:23.794Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:23.794Z
Sep 25 11:21:23 vault-1 vault[4635]: 2023-09-25T11:21:23.794Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:23.794Z
Sep 25 11:21:23 vault-1 vault[4635]: 2023-09-25T11:21:23.794Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:23.794Z
Sep 25 11:21:25 vault-1 vault[4635]: 2023-09-25T11:21:25.499Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:25.499Z
Sep 25 11:21:25 vault-1 vault[4635]: 2023-09-25T11:21:25.499Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:25.499Z
Sep 25 11:21:25 vault-1 vault[4635]: 2023-09-25T11:21:25.500Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:25.500Z
Sep 25 11:21:25 vault-1 vault[4635]: 2023-09-25T11:21:25.500Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:25.500Z
Sep 25 11:21:26 vault-1 vault[4635]: 2023-09-25T11:21:26.086Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:21:27 vault-1 vault[4635]: 2023-09-25T11:21:27.661Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:27.661Z
Sep 25 11:21:27 vault-1 vault[4635]: 2023-09-25T11:21:27.662Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:27.662Z
Sep 25 11:21:27 vault-1 vault[4635]: 2023-09-25T11:21:27.663Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:27.663Z
Sep 25 11:21:27 vault-1 vault[4635]: 2023-09-25T11:21:27.663Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:27.663Z
Sep 25 11:21:30 vault-1 vault[4635]: 2023-09-25T11:21:30.872Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:21:30.872Z
Sep 25 11:21:30 vault-1 vault[4635]: 2023-09-25T11:21:30.872Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:30.872Z
Sep 25 11:21:30 vault-1 vault[4635]: 2023-09-25T11:21:30.873Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:30.873Z
Sep 25 11:21:30 vault-1 vault[4635]: 2023-09-25T11:21:30.873Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:30.873Z
Sep 25 11:21:36 vault-1 vault[4635]: 2023-09-25T11:21:36.030Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:36.030Z
Sep 25 11:21:36 vault-1 vault[4635]: 2023-09-25T11:21:36.031Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:36.031Z
Sep 25 11:21:36 vault-1 vault[4635]: 2023-09-25T11:21:36.032Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:36.031Z
Sep 25 11:21:36 vault-1 vault[4635]: 2023-09-25T11:21:36.032Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:36.031Z
Sep 25 11:21:37 vault-1 vault[4635]: 2023-09-25T11:21:37.204Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:37.204Z
Sep 25 11:21:37 vault-1 vault[4635]: 2023-09-25T11:21:37.204Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:37.204Z
Sep 25 11:21:37 vault-1 vault[4635]: 2023-09-25T11:21:37.205Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:37.205Z
Sep 25 11:21:37 vault-1 vault[4635]: 2023-09-25T11:21:37.206Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:37.205Z
Sep 25 11:21:38 vault-1 vault[4635]: 2023-09-25T11:21:38.633Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:38.633Z
Sep 25 11:21:38 vault-1 vault[4635]: 2023-09-25T11:21:38.634Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:38.634Z
Sep 25 11:21:38 vault-1 vault[4635]: 2023-09-25T11:21:38.634Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:38.634Z
Sep 25 11:21:38 vault-1 vault[4635]: 2023-09-25T11:21:38.634Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:38.634Z
Sep 25 11:21:40 vault-1 vault[4635]: 2023-09-25T11:21:40.318Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:40.318Z
Sep 25 11:21:40 vault-1 vault[4635]: 2023-09-25T11:21:40.319Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:40.319Z
Sep 25 11:21:40 vault-1 vault[4635]: 2023-09-25T11:21:40.320Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:40.319Z
Sep 25 11:21:40 vault-1 vault[4635]: 2023-09-25T11:21:40.320Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:40.320Z
Sep 25 11:21:42 vault-1 vault[4635]: 2023-09-25T11:21:42.505Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:42.505Z
Sep 25 11:21:42 vault-1 vault[4635]: 2023-09-25T11:21:42.506Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:42.506Z
Sep 25 11:21:42 vault-1 vault[4635]: 2023-09-25T11:21:42.506Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:42.506Z
Sep 25 11:21:42 vault-1 vault[4635]: 2023-09-25T11:21:42.507Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:42.506Z
Sep 25 11:21:45 vault-1 vault[4635]: 2023-09-25T11:21:45.671Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:45.671Z
Sep 25 11:21:45 vault-1 vault[4635]: 2023-09-25T11:21:45.676Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:45.672Z
Sep 25 11:21:45 vault-1 vault[4635]: 2023-09-25T11:21:45.677Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:45.675Z
Sep 25 11:21:45 vault-1 vault[4635]: 2023-09-25T11:21:45.677Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:45.675Z
Sep 25 11:21:50 vault-1 vault[4635]: 2023-09-25T11:21:50.847Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:50.846Z
Sep 25 11:21:50 vault-1 vault[4635]: 2023-09-25T11:21:50.848Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:50.847Z
Sep 25 11:21:50 vault-1 vault[4635]: 2023-09-25T11:21:50.848Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:50.848Z
Sep 25 11:21:50 vault-1 vault[4635]: 2023-09-25T11:21:50.848Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:50.848Z
Sep 25 11:21:52 vault-1 vault[4635]: 2023-09-25T11:21:52.030Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:52.029Z
Sep 25 11:21:52 vault-1 vault[4635]: 2023-09-25T11:21:52.030Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:52.030Z
Sep 25 11:21:52 vault-1 vault[4635]: 2023-09-25T11:21:52.031Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:52.030Z
Sep 25 11:21:52 vault-1 vault[4635]: 2023-09-25T11:21:52.031Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:52.031Z
Sep 25 11:21:53 vault-1 vault[4635]: 2023-09-25T11:21:53.475Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:53.474Z
Sep 25 11:21:53 vault-1 vault[4635]: 2023-09-25T11:21:53.475Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:53.475Z
Sep 25 11:21:53 vault-1 vault[4635]: 2023-09-25T11:21:53.476Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:53.476Z
Sep 25 11:21:53 vault-1 vault[4635]: 2023-09-25T11:21:53.477Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:53.476Z
Sep 25 11:21:55 vault-1 vault[4635]: 2023-09-25T11:21:55.174Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:21:55.174Z
Sep 25 11:21:55 vault-1 vault[4635]: 2023-09-25T11:21:55.175Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:55.174Z
Sep 25 11:21:55 vault-1 vault[4635]: 2023-09-25T11:21:55.175Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:55.174Z
Sep 25 11:21:55 vault-1 vault[4635]: 2023-09-25T11:21:55.175Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:55.174Z
Sep 25 11:21:57 vault-1 vault[4635]: 2023-09-25T11:21:57.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:21:57.341Z
Sep 25 11:21:57 vault-1 vault[4635]: 2023-09-25T11:21:57.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:21:57.342Z
Sep 25 11:21:57 vault-1 vault[4635]: 2023-09-25T11:21:57.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:21:57.342Z
Sep 25 11:21:57 vault-1 vault[4635]: 2023-09-25T11:21:57.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:21:57.342Z
Sep 25 11:22:00 vault-1 vault[4635]: 2023-09-25T11:22:00.569Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:00.569Z
Sep 25 11:22:00 vault-1 vault[4635]: 2023-09-25T11:22:00.570Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:00.570Z
Sep 25 11:22:00 vault-1 vault[4635]: 2023-09-25T11:22:00.570Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:00.570Z
Sep 25 11:22:00 vault-1 vault[4635]: 2023-09-25T11:22:00.570Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:00.570Z
Sep 25 11:22:05 vault-1 vault[4635]: 2023-09-25T11:22:05.762Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:05.762Z
Sep 25 11:22:05 vault-1 vault[4635]: 2023-09-25T11:22:05.764Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:05.764Z
Sep 25 11:22:05 vault-1 vault[4635]: 2023-09-25T11:22:05.766Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:05.765Z
Sep 25 11:22:05 vault-1 vault[4635]: 2023-09-25T11:22:05.766Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:05.765Z
Sep 25 11:22:06 vault-1 vault[4635]: 2023-09-25T11:22:06.953Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:06.953Z
Sep 25 11:22:06 vault-1 vault[4635]: 2023-09-25T11:22:06.954Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:06.953Z
Sep 25 11:22:06 vault-1 vault[4635]: 2023-09-25T11:22:06.955Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:06.954Z
Sep 25 11:22:06 vault-1 vault[4635]: 2023-09-25T11:22:06.955Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:06.954Z
Sep 25 11:22:08 vault-1 vault[4635]: 2023-09-25T11:22:08.384Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:08.383Z
Sep 25 11:22:08 vault-1 vault[4635]: 2023-09-25T11:22:08.385Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:08.384Z
Sep 25 11:22:08 vault-1 vault[4635]: 2023-09-25T11:22:08.385Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:08.385Z
Sep 25 11:22:08 vault-1 vault[4635]: 2023-09-25T11:22:08.386Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:08.385Z
Sep 25 11:22:10 vault-1 vault[4635]: 2023-09-25T11:22:10.051Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:10.051Z
Sep 25 11:22:10 vault-1 vault[4635]: 2023-09-25T11:22:10.052Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:10.052Z
Sep 25 11:22:10 vault-1 vault[4635]: 2023-09-25T11:22:10.053Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:10.052Z
Sep 25 11:22:10 vault-1 vault[4635]: 2023-09-25T11:22:10.053Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:10.052Z
Sep 25 11:22:12 vault-1 vault[4635]: 2023-09-25T11:22:12.267Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:12.267Z
Sep 25 11:22:12 vault-1 vault[4635]: 2023-09-25T11:22:12.269Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:12.268Z
Sep 25 11:22:12 vault-1 vault[4635]: 2023-09-25T11:22:12.269Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:12.268Z
Sep 25 11:22:12 vault-1 vault[4635]: 2023-09-25T11:22:12.269Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:12.268Z
Sep 25 11:22:15 vault-1 vault[4635]: 2023-09-25T11:22:15.470Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:15.470Z
Sep 25 11:22:15 vault-1 vault[4635]: 2023-09-25T11:22:15.471Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:15.470Z
Sep 25 11:22:15 vault-1 vault[4635]: 2023-09-25T11:22:15.472Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:15.472Z
Sep 25 11:22:15 vault-1 vault[4635]: 2023-09-25T11:22:15.473Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:15.472Z
Sep 25 11:22:20 vault-1 vault[4635]: 2023-09-25T11:22:20.632Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:20.632Z
Sep 25 11:22:20 vault-1 vault[4635]: 2023-09-25T11:22:20.633Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:20.632Z
Sep 25 11:22:20 vault-1 vault[4635]: 2023-09-25T11:22:20.633Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:20.633Z
Sep 25 11:22:20 vault-1 vault[4635]: 2023-09-25T11:22:20.633Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:20.633Z
Sep 25 11:22:21 vault-1 vault[4635]: 2023-09-25T11:22:21.832Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:21.831Z
Sep 25 11:22:21 vault-1 vault[4635]: 2023-09-25T11:22:21.833Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:21.832Z
Sep 25 11:22:21 vault-1 vault[4635]: 2023-09-25T11:22:21.833Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:21.833Z
Sep 25 11:22:21 vault-1 vault[4635]: 2023-09-25T11:22:21.833Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:21.833Z
Sep 25 11:22:23 vault-1 vault[4635]: 2023-09-25T11:22:23.269Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:23.269Z
Sep 25 11:22:23 vault-1 vault[4635]: 2023-09-25T11:22:23.270Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:23.270Z
Sep 25 11:22:23 vault-1 vault[4635]: 2023-09-25T11:22:23.270Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:23.270Z
Sep 25 11:22:23 vault-1 vault[4635]: 2023-09-25T11:22:23.270Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:23.270Z
Sep 25 11:22:24 vault-1 vault[4635]: 2023-09-25T11:22:24.942Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:24.941Z
Sep 25 11:22:24 vault-1 vault[4635]: 2023-09-25T11:22:24.942Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:24.942Z
Sep 25 11:22:24 vault-1 vault[4635]: 2023-09-25T11:22:24.942Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:24.942Z
Sep 25 11:22:24 vault-1 vault[4635]: 2023-09-25T11:22:24.942Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:24.942Z
Sep 25 11:22:26 vault-1 vault[4635]: 2023-09-25T11:22:26.086Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:22:27 vault-1 vault[4635]: 2023-09-25T11:22:27.119Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:27.119Z
Sep 25 11:22:27 vault-1 vault[4635]: 2023-09-25T11:22:27.120Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:27.120Z
Sep 25 11:22:27 vault-1 vault[4635]: 2023-09-25T11:22:27.121Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:27.120Z
Sep 25 11:22:27 vault-1 vault[4635]: 2023-09-25T11:22:27.121Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:27.120Z
Sep 25 11:22:30 vault-1 vault[4635]: 2023-09-25T11:22:30.309Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:30.309Z
Sep 25 11:22:30 vault-1 vault[4635]: 2023-09-25T11:22:30.309Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:30.309Z
Sep 25 11:22:30 vault-1 vault[4635]: 2023-09-25T11:22:30.310Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:30.309Z
Sep 25 11:22:30 vault-1 vault[4635]: 2023-09-25T11:22:30.310Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:30.309Z
Sep 25 11:22:35 vault-1 vault[4635]: 2023-09-25T11:22:35.473Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:35.473Z
Sep 25 11:22:35 vault-1 vault[4635]: 2023-09-25T11:22:35.473Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:35.473Z
Sep 25 11:22:35 vault-1 vault[4635]: 2023-09-25T11:22:35.474Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:35.473Z
Sep 25 11:22:35 vault-1 vault[4635]: 2023-09-25T11:22:35.474Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:35.473Z
Sep 25 11:22:36 vault-1 vault[4635]: 2023-09-25T11:22:36.670Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:36.666Z
Sep 25 11:22:36 vault-1 vault[4635]: 2023-09-25T11:22:36.678Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:36.671Z
Sep 25 11:22:36 vault-1 vault[4635]: 2023-09-25T11:22:36.679Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:36.678Z
Sep 25 11:22:36 vault-1 vault[4635]: 2023-09-25T11:22:36.679Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:36.678Z
Sep 25 11:22:38 vault-1 vault[4635]: 2023-09-25T11:22:38.102Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:38.101Z
Sep 25 11:22:38 vault-1 vault[4635]: 2023-09-25T11:22:38.102Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:38.102Z
Sep 25 11:22:38 vault-1 vault[4635]: 2023-09-25T11:22:38.103Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:38.103Z
Sep 25 11:22:38 vault-1 vault[4635]: 2023-09-25T11:22:38.103Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:38.103Z
Sep 25 11:22:39 vault-1 vault[4635]: 2023-09-25T11:22:39.781Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:39.781Z
Sep 25 11:22:39 vault-1 vault[4635]: 2023-09-25T11:22:39.781Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:39.781Z
Sep 25 11:22:39 vault-1 vault[4635]: 2023-09-25T11:22:39.782Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:39.782Z
Sep 25 11:22:39 vault-1 vault[4635]: 2023-09-25T11:22:39.782Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:39.782Z
Sep 25 11:22:41 vault-1 vault[4635]: 2023-09-25T11:22:41.974Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:41.973Z
Sep 25 11:22:41 vault-1 vault[4635]: 2023-09-25T11:22:41.974Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:41.974Z
Sep 25 11:22:41 vault-1 vault[4635]: 2023-09-25T11:22:41.976Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:41.975Z
Sep 25 11:22:41 vault-1 vault[4635]: 2023-09-25T11:22:41.976Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:41.975Z
Sep 25 11:22:45 vault-1 vault[4635]: 2023-09-25T11:22:45.154Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:45.153Z
Sep 25 11:22:45 vault-1 vault[4635]: 2023-09-25T11:22:45.154Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:45.154Z
Sep 25 11:22:45 vault-1 vault[4635]: 2023-09-25T11:22:45.154Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:45.154Z
Sep 25 11:22:45 vault-1 vault[4635]: 2023-09-25T11:22:45.155Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:45.154Z
Sep 25 11:22:50 vault-1 vault[4635]: 2023-09-25T11:22:50.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:50.342Z
Sep 25 11:22:50 vault-1 vault[4635]: 2023-09-25T11:22:50.342Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:50.342Z
Sep 25 11:22:50 vault-1 vault[4635]: 2023-09-25T11:22:50.343Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:50.342Z
Sep 25 11:22:50 vault-1 vault[4635]: 2023-09-25T11:22:50.343Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:50.343Z
Sep 25 11:22:51 vault-1 vault[4635]: 2023-09-25T11:22:51.520Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:51.520Z
Sep 25 11:22:51 vault-1 vault[4635]: 2023-09-25T11:22:51.521Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:51.521Z
Sep 25 11:22:51 vault-1 vault[4635]: 2023-09-25T11:22:51.522Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:51.521Z
Sep 25 11:22:51 vault-1 vault[4635]: 2023-09-25T11:22:51.522Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:51.522Z
Sep 25 11:22:52 vault-1 vault[4635]: 2023-09-25T11:22:52.934Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:52.934Z
Sep 25 11:22:52 vault-1 vault[4635]: 2023-09-25T11:22:52.934Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:52.934Z
Sep 25 11:22:52 vault-1 vault[4635]: 2023-09-25T11:22:52.935Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:52.935Z
Sep 25 11:22:52 vault-1 vault[4635]: 2023-09-25T11:22:52.935Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:52.935Z
Sep 25 11:22:54 vault-1 vault[4635]: 2023-09-25T11:22:54.610Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:54.610Z
Sep 25 11:22:54 vault-1 vault[4635]: 2023-09-25T11:22:54.611Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:54.611Z
Sep 25 11:22:54 vault-1 vault[4635]: 2023-09-25T11:22:54.612Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:54.612Z
Sep 25 11:22:54 vault-1 vault[4635]: 2023-09-25T11:22:54.612Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:54.612Z
Sep 25 11:22:56 vault-1 vault[4635]: 2023-09-25T11:22:56.772Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:22:56.772Z
Sep 25 11:22:56 vault-1 vault[4635]: 2023-09-25T11:22:56.773Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:56.772Z
Sep 25 11:22:56 vault-1 vault[4635]: 2023-09-25T11:22:56.773Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:56.773Z
Sep 25 11:22:56 vault-1 vault[4635]: 2023-09-25T11:22:56.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:56.773Z
Sep 25 11:22:59 vault-1 vault[4635]: 2023-09-25T11:22:59.991Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:22:59.991Z
Sep 25 11:22:59 vault-1 vault[4635]: 2023-09-25T11:22:59.992Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:22:59.992Z
Sep 25 11:22:59 vault-1 vault[4635]: 2023-09-25T11:22:59.992Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:22:59.992Z
Sep 25 11:22:59 vault-1 vault[4635]: 2023-09-25T11:22:59.992Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:22:59.992Z
Sep 25 11:23:05 vault-1 vault[4635]: 2023-09-25T11:23:05.168Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:23:05.168Z
Sep 25 11:23:05 vault-1 vault[4635]: 2023-09-25T11:23:05.169Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:05.168Z
Sep 25 11:23:05 vault-1 vault[4635]: 2023-09-25T11:23:05.169Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:05.169Z
Sep 25 11:23:05 vault-1 vault[4635]: 2023-09-25T11:23:05.170Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:05.169Z
Sep 25 11:23:06 vault-1 vault[4635]: 2023-09-25T11:23:06.352Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:06.352Z
Sep 25 11:23:06 vault-1 vault[4635]: 2023-09-25T11:23:06.353Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:06.353Z
Sep 25 11:23:06 vault-1 vault[4635]: 2023-09-25T11:23:06.354Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:06.353Z
Sep 25 11:23:06 vault-1 vault[4635]: 2023-09-25T11:23:06.354Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:06.353Z
Sep 25 11:23:07 vault-1 vault[4635]: 2023-09-25T11:23:07.781Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:23:07.780Z
Sep 25 11:23:07 vault-1 vault[4635]: 2023-09-25T11:23:07.781Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:07.781Z
Sep 25 11:23:07 vault-1 vault[4635]: 2023-09-25T11:23:07.781Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:07.781Z
Sep 25 11:23:07 vault-1 vault[4635]: 2023-09-25T11:23:07.782Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:07.781Z
Sep 25 11:23:09 vault-1 vault[4635]: 2023-09-25T11:23:09.446Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:09.445Z
Sep 25 11:23:09 vault-1 vault[4635]: 2023-09-25T11:23:09.446Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:09.446Z
Sep 25 11:23:09 vault-1 vault[4635]: 2023-09-25T11:23:09.446Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:09.446Z
Sep 25 11:23:09 vault-1 vault[4635]: 2023-09-25T11:23:09.447Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:09.446Z
Sep 25 11:23:11 vault-1 vault[4635]: 2023-09-25T11:23:11.614Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:11.614Z
Sep 25 11:23:11 vault-1 vault[4635]: 2023-09-25T11:23:11.615Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:11.615Z
Sep 25 11:23:11 vault-1 vault[4635]: 2023-09-25T11:23:11.617Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:11.615Z
Sep 25 11:23:11 vault-1 vault[4635]: 2023-09-25T11:23:11.617Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:11.615Z
Sep 25 11:23:14 vault-1 vault[4635]: 2023-09-25T11:23:14.797Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:14.797Z
Sep 25 11:23:14 vault-1 vault[4635]: 2023-09-25T11:23:14.797Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:14.797Z
Sep 25 11:23:14 vault-1 vault[4635]: 2023-09-25T11:23:14.798Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:14.797Z
Sep 25 11:23:14 vault-1 vault[4635]: 2023-09-25T11:23:14.798Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:14.797Z
Sep 25 11:23:19 vault-1 vault[4635]: 2023-09-25T11:23:19.962Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:19.962Z
Sep 25 11:23:19 vault-1 vault[4635]: 2023-09-25T11:23:19.963Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:19.963Z
Sep 25 11:23:19 vault-1 vault[4635]: 2023-09-25T11:23:19.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:19.963Z
Sep 25 11:23:19 vault-1 vault[4635]: 2023-09-25T11:23:19.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:19.963Z
Sep 25 11:23:21 vault-1 vault[4635]: 2023-09-25T11:23:21.134Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:21.134Z
Sep 25 11:23:21 vault-1 vault[4635]: 2023-09-25T11:23:21.136Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:21.135Z
Sep 25 11:23:21 vault-1 vault[4635]: 2023-09-25T11:23:21.136Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:21.136Z
Sep 25 11:23:21 vault-1 vault[4635]: 2023-09-25T11:23:21.136Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:21.136Z
Sep 25 11:23:22 vault-1 vault[4635]: 2023-09-25T11:23:22.568Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:22.568Z
Sep 25 11:23:22 vault-1 vault[4635]: 2023-09-25T11:23:22.569Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:22.569Z
Sep 25 11:23:22 vault-1 vault[4635]: 2023-09-25T11:23:22.570Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:22.569Z
Sep 25 11:23:22 vault-1 vault[4635]: 2023-09-25T11:23:22.570Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:22.569Z
Sep 25 11:23:24 vault-1 vault[4635]: 2023-09-25T11:23:24.252Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:23:24.252Z
Sep 25 11:23:24 vault-1 vault[4635]: 2023-09-25T11:23:24.253Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:24.253Z
Sep 25 11:23:24 vault-1 vault[4635]: 2023-09-25T11:23:24.253Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:24.253Z
Sep 25 11:23:24 vault-1 vault[4635]: 2023-09-25T11:23:24.253Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:24.253Z
Sep 25 11:23:26 vault-1 vault[4635]: 2023-09-25T11:23:26.087Z [DEBUG] secrets.azure.azure_76943e53: starting periodic func
Sep 25 11:23:26 vault-1 vault[4635]: 2023-09-25T11:23:26.437Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:26.437Z
Sep 25 11:23:26 vault-1 vault[4635]: 2023-09-25T11:23:26.437Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:26.437Z
Sep 25 11:23:26 vault-1 vault[4635]: 2023-09-25T11:23:26.437Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:26.437Z
Sep 25 11:23:26 vault-1 vault[4635]: 2023-09-25T11:23:26.438Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:26.437Z
Sep 25 11:23:29 vault-1 vault[4635]: 2023-09-25T11:23:29.602Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:29.602Z
Sep 25 11:23:29 vault-1 vault[4635]: 2023-09-25T11:23:29.602Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:29.602Z
Sep 25 11:23:29 vault-1 vault[4635]: 2023-09-25T11:23:29.603Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:29.603Z
Sep 25 11:23:29 vault-1 vault[4635]: 2023-09-25T11:23:29.603Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:29.603Z
Sep 25 11:23:34 vault-1 vault[4635]: 2023-09-25T11:23:34.773Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:34.773Z
Sep 25 11:23:34 vault-1 vault[4635]: 2023-09-25T11:23:34.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:34.774Z
Sep 25 11:23:34 vault-1 vault[4635]: 2023-09-25T11:23:34.775Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:34.774Z
Sep 25 11:23:34 vault-1 vault[4635]: 2023-09-25T11:23:34.775Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:34.774Z
Sep 25 11:23:35 vault-1 vault[4635]: 2023-09-25T11:23:35.961Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:35.960Z
Sep 25 11:23:35 vault-1 vault[4635]: 2023-09-25T11:23:35.963Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:35.961Z
Sep 25 11:23:35 vault-1 vault[4635]: 2023-09-25T11:23:35.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:35.963Z
Sep 25 11:23:35 vault-1 vault[4635]: 2023-09-25T11:23:35.964Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:35.963Z
Sep 25 11:23:36 vault-1 vault[4635]: 2023-09-25T11:23:36.184Z [WARN]  core.raft: skipping new raft TLS config creation, keys are pending
Sep 25 11:23:37 vault-1 vault[4635]: 2023-09-25T11:23:37.396Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:37.395Z
Sep 25 11:23:37 vault-1 vault[4635]: 2023-09-25T11:23:37.397Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:37.396Z
Sep 25 11:23:37 vault-1 vault[4635]: 2023-09-25T11:23:37.397Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:37.397Z
Sep 25 11:23:37 vault-1 vault[4635]: 2023-09-25T11:23:37.397Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:37.397Z
Sep 25 11:23:39 vault-1 vault[4635]: 2023-09-25T11:23:39.076Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:23:39.075Z
Sep 25 11:23:39 vault-1 vault[4635]: 2023-09-25T11:23:39.076Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:39.076Z
Sep 25 11:23:39 vault-1 vault[4635]: 2023-09-25T11:23:39.077Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:39.076Z
Sep 25 11:23:39 vault-1 vault[4635]: 2023-09-25T11:23:39.077Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:39.076Z
Sep 25 11:23:41 vault-1 vault[4635]: 2023-09-25T11:23:41.240Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:41.240Z
Sep 25 11:23:41 vault-1 vault[4635]: 2023-09-25T11:23:41.240Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:41.240Z
Sep 25 11:23:41 vault-1 vault[4635]: 2023-09-25T11:23:41.241Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:41.241Z
Sep 25 11:23:41 vault-1 vault[4635]: 2023-09-25T11:23:41.241Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:41.241Z
Sep 25 11:23:44 vault-1 vault[4635]: 2023-09-25T11:23:44.432Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:44.432Z
Sep 25 11:23:44 vault-1 vault[4635]: 2023-09-25T11:23:44.432Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:44.432Z
Sep 25 11:23:44 vault-1 vault[4635]: 2023-09-25T11:23:44.433Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:44.432Z
Sep 25 11:23:44 vault-1 vault[4635]: 2023-09-25T11:23:44.433Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:44.432Z
Sep 25 11:23:49 vault-1 vault[4635]: 2023-09-25T11:23:49.600Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:49.600Z
Sep 25 11:23:49 vault-1 vault[4635]: 2023-09-25T11:23:49.600Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:49.600Z
Sep 25 11:23:49 vault-1 vault[4635]: 2023-09-25T11:23:49.601Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:49.601Z
Sep 25 11:23:49 vault-1 vault[4635]: 2023-09-25T11:23:49.601Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:49.601Z
Sep 25 11:23:50 vault-1 vault[4635]: 2023-09-25T11:23:50.775Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:50.775Z
Sep 25 11:23:50 vault-1 vault[4635]: 2023-09-25T11:23:50.776Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:50.776Z
Sep 25 11:23:50 vault-1 vault[4635]: 2023-09-25T11:23:50.776Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:50.776Z
Sep 25 11:23:50 vault-1 vault[4635]: 2023-09-25T11:23:50.776Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:50.776Z
Sep 25 11:23:52 vault-1 vault[4635]: 2023-09-25T11:23:52.259Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: role="map[Account:something.mydomain.com
 AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" names=[*.something.mydomain.com] timestamp=2023-09-25T11:23:52.259Z
Sep 25 11:23:52 vault-1 vault[4635]: 2023-09-25T11:23:52.260Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:52.260Z
Sep 25 11:23:52 vault-1 vault[4635]: 2023-09-25T11:23:52.260Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:52.260Z
Sep 25 11:23:52 vault-1 vault[4635]: 2023-09-25T11:23:52.261Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:52.260Z
Sep 25 11:23:53 vault-1 vault[4635]: 2023-09-25T11:23:53.923Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:53.923Z
Sep 25 11:23:53 vault-1 vault[4635]: 2023-09-25T11:23:53.924Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:53.924Z
Sep 25 11:23:53 vault-1 vault[4635]: 2023-09-25T11:23:53.924Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:53.924Z
Sep 25 11:23:53 vault-1 vault[4635]: 2023-09-25T11:23:53.925Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:53.924Z
Sep 25 11:23:56 vault-1 vault[4635]: 2023-09-25T11:23:56.118Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:56.118Z
Sep 25 11:23:56 vault-1 vault[4635]: 2023-09-25T11:23:56.119Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:56.119Z
Sep 25 11:23:56 vault-1 vault[4635]: 2023-09-25T11:23:56.120Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:56.119Z
Sep 25 11:23:56 vault-1 vault[4635]: 2023-09-25T11:23:56.120Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:56.119Z
Sep 25 11:23:59 vault-1 vault[4635]: 2023-09-25T11:23:59.294Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:23:59.294Z
Sep 25 11:23:59 vault-1 vault[4635]: 2023-09-25T11:23:59.295Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:23:59.295Z
Sep 25 11:23:59 vault-1 vault[4635]: 2023-09-25T11:23:59.296Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:23:59.296Z
Sep 25 11:23:59 vault-1 vault[4635]: 2023-09-25T11:23:59.296Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:23:59.296Z
Sep 25 11:24:04 vault-1 vault[4635]: 2023-09-25T11:24:04.457Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:24:04.457Z
Sep 25 11:24:04 vault-1 vault[4635]: 2023-09-25T11:24:04.458Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:24:04.458Z
Sep 25 11:24:04 vault-1 vault[4635]: 2023-09-25T11:24:04.458Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:24:04.458Z
Sep 25 11:24:04 vault-1 vault[4635]: 2023-09-25T11:24:04.459Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:24:04.458Z
Sep 25 11:24:05 vault-1 vault[4635]: 2023-09-25T11:24:05.657Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:24:05.657Z
Sep 25 11:24:05 vault-1 vault[4635]: 2023-09-25T11:24:05.658Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:24:05.658Z
Sep 25 11:24:05 vault-1 vault[4635]: 2023-09-25T11:24:05.659Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:24:05.658Z
Sep 25 11:24:05 vault-1 vault[4635]: 2023-09-25T11:24:05.659Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:24:05.658Z
Sep 25 11:24:07 vault-1 vault[4635]: 2023-09-25T11:24:07.089Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:24:07.088Z
Sep 25 11:24:07 vault-1 vault[4635]: 2023-09-25T11:24:07.089Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:24:07.089Z
Sep 25 11:24:07 vault-1 vault[4635]: 2023-09-25T11:24:07.090Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:24:07.089Z
Sep 25 11:24:07 vault-1 vault[4635]: 2023-09-25T11:24:07.090Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:24:07.089Z
Sep 25 11:24:08 vault-1 vault[4635]: 2023-09-25T11:24:08.773Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Validate names: names=[*.something.mydomain.com] role="m
ap[Account:something.mydomain.com AllowBareDomains:true AllowSubdomains:true AllowedDomains:[something.mydomain.com] CacheForRatio:70 DisableCache:false]" timestamp=2023-09-25T11:24:08.773Z
Sep 25 11:24:08 vault-1 vault[4635]: 2023-09-25T11:24:08.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Look in the cache for a saved cert: timestamp=2023-0
9-25T11:24:08.774Z
Sep 25 11:24:08 vault-1 vault[4635]: 2023-09-25T11:24:08.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Certificate not found in the cache: timestamp=2023-0
9-25T11:24:08.774Z
Sep 25 11:24:08 vault-1 vault[4635]: 2023-09-25T11:24:08.774Z [DEBUG] secrets.acme-plugin.acme-plugin_3a2fc11c.acme-plugin.acme-plugin: Contacting the ACME provider to get a new certificat
e: timestamp=2023-09-25T11:24:08.774Z
F21 commented 1 year ago

Worked out the root cause of the problem. I am using Vault Agent to request the certificate from the acme plugin. The agent authenticates using auto-auth and the mount has a max ttl of 30 minutes. ACME also has a max ttl of 30 minutes.

When both leases expires, there are no more users of the certificate and the plugin revokes the certificate. The solution is to change the auth method to issue periodic tokens and increase ACME's max ttl to 1 year.