From ec045f33767babc78f8cd536bf6bad9db238646d Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:28:21 +0000 Subject: [PATCH] Use this to freely generate a certificate - Make sure DNS is pointing to machine using this. --- Tentacles.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tentacles.ps1 b/Tentacles.ps1 index a689189..5cd5267 100644 --- a/Tentacles.ps1 +++ b/Tentacles.ps1 @@ -28,7 +28,7 @@ foreach ($csr in $csrFiles) { "--host", $baseName, "--store", "pfxfile", "--pfxfilepath", "C:\programdata\wacs\output\", - "--baseuri", "https://acmeprod.wd.govt.nz:9999/acme/rsa/", + "--baseuri", "https://acmeprod.domain.govt.nz:9999/acme/rsa/", "--validation", "selfhosting", "--validationport", "9998", "--verbose"