{if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage textcenter=true} {else}
{include file="$template/includes/alert.tpl" type="success" msg="{lang key='sslconfigcomplete'}" textcenter=true}

{lang key='ssl.nextSteps'}

{if is_null($authData) || (!is_null($authData) && $authData->methodNameConstant() == 'emailauth')} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.emailSteps'}"} {if !is_null($authData)}
{lang key='ssl.emailInformation'}
{/if} {elseif !is_null($authData) && $authData->methodNameConstant() == 'dnsauth'} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.dnsSteps'}"}
{lang key='ssl.dnsRecordInformation'}
{elseif !empty($authData) && $authData->methodNameConstant() == 'fileauth'} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.fileSteps'}"}
{lang key='ssl.fileInformation'}
{/if}

{/if}