summaryrefslogtreecommitdiffstats
path: root/pki/base/ra/forms/ee/user/renewal.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/ra/forms/ee/user/renewal.cgi')
-rwxr-xr-xpki/base/ra/forms/ee/user/renewal.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/ra/forms/ee/user/renewal.cgi b/pki/base/ra/forms/ee/user/renewal.cgi
index 63a211eff..a4bbc458c 100755
--- a/pki/base/ra/forms/ee/user/renewal.cgi
+++ b/pki/base/ra/forms/ee/user/renewal.cgi
@@ -53,7 +53,7 @@ sub process()
$self->debug_params($cfg, $q);
my $host = $cfg->get("service.machineName");
- my $port = $cfg->get("service.securePort");
+ my $port = $cfg->get("service.non_clientauth_securePort");
my %context;
$context{url} = "https://$host:$port/ee/user/renew.cgi";