HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / opt / fleetssl-cpanel /

Server Ip : 172.67.216.244




Filename/opt/fleetssl-cpanel/vendor_reinstall.html
Size1.93 kb
Permissionrw-r--r--
Owner
Create time01-Jul-2024 10:18
Last modified09-Feb-2023 06:22
Last accessed05-Apr-2025 08:58
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<style>
.twell {
border: 1px solid #e3e3e3;
background-color: #f5f5f5;
padding: 9px;
border-radius: 3px;
margin-bottom: 20px;
}
label {
font-weight: normal;
}
</style>
<p>{{TF `Reinstall certificate for: <strong>%s</strong>` .Domain }} </p>
{{with .AltNames}}
<p>{{TS `This certificate also includes the following alternative names:`}}</p>
<ul>
{{range .}}
<li>{{.}}</li>
{{end}}
</ul>
{{else}}
<p>{{TS `This certificate has no alternative names.`}}</p>
{{end}}
<form method="post" onsubmit="return LetsEncrypt_DisableButtons()">

<div class="twell">
<p>
{{TS `Alternate Chain Selection`}}
</p>
<p>{{TS `You may choose an alternate chain when re-installing the certificate. This can be useful to prioritize
compatibility with certain classes of devices. This choice will be remembered for renewal. See
<a href="https://cpanel.fleetssl.com/docs/for-users/alternate-chains/" target="_blank" rel="noopen noreferrer">here</a>
for more info.</a>`}}</p>
<select name="preferred_issuer" style="display:block;">
{{ range $issuer := .AlternateChains }}
<option value="{{ $issuer }}"
{{ if eq $issuer $.PreferredIssuer }} selected {{ end }}
>{{ $issuer }} {{ if eq $issuer $.PreferredIssuer }} (Currently preferred issuer) {{ end }}</option>
{{ end }}
<option value="" {{ if eq "" $.PreferredIssuer }} selected {{ end }}>(Use server default)</option>
</select>
</div>

<p>{{TS `It may take a couple of minutes for the webserver to reload after performing the reinstallation.`}}</p>

<input type="submit" class="btn btn-primary" value="{{TS `Reinstall`}}">
</form>
<div class="return-link">
<a id="lnkReturn" href="?">
<span class="glyphicon glyphicon-circle-arrow-left"></span>
{{TS `Go Back`}}
</a>
</div>