@if(securityService.isEditingSecurity) {
} @else if(securityService.isEditingPassword) {
} @else {
Change the password used for EPP logins
Password
••••••••••••••
@if(dataSource.eppPasswordLastUpdated) {
Last Changed
{{
dataSource.eppPasswordLastUpdated
}}
}
Restrict access to EPP production servers to the following IP/IPv6
addresses, or ranges like 1.1.1.0/24
@for (item of dataSource.ipAddressAllowList; track item.value) {
{{ item.value }}
} @empty {
No IP addresses on file.
}
SSL Certificate
X.509 PEM certificate for EPP production access
{{
dataSource.clientCertificate || "No client certificate on file."
}}
Failover SSL Certificate
X.509 PEM backup certificate for EPP production access
{{
dataSource.failoverClientCertificate ||
"No failover certificate on file."
}}
}