fix dns adding wrong IP to cert

This commit is contained in:
Face
2025-09-10 17:24:42 +03:00
parent e49f9887f0
commit e369062487
3 changed files with 10 additions and 50 deletions

View File

@@ -1072,6 +1072,7 @@ pub(crate) async fn get_certificate(
&ca_cert.ca_cert_pem,
&ca_cert.ca_key_pem,
&domain,
Some(&ctx.client_ip().to_string()),
)
.map_err(|e| {
log::error!("Failed to sign certificate: {}", e);