menu.certificates = Certificates
module.certificates = Certificates
certificates.general = General
certificates.description = Description
certificates.description.tooltip = Short description to identify this certificate.
certificates.hostname = Hostname
certificates.hostname.tooltip = Hostname
certificates.valid_until = Valid Until
certificates.valid_until.tooltip = Date that this certificate will be valid.
certificates.type = Type
certificates.type.tooltip = Certificate Type.
certificates.type.self_signed = Self Signed
certificates.type.lets_encrypt = Let's Encrypt
certificates.validations.invalid_hostname = Write a valid hostname
certificates.default.country = -- Select A Country --
certificates.default.state = -- Select State --
certificates.email = Owners Email
certificates.email.tooltip = Owners Email
certificates.country = Country
certificates.country.tooltip = Country
certificates.state = State
certificates.state.tooltip = State
certificates.validations.no_fqdn = You have provided an invalid hostname, it must be a valid FQDN.
certificates.validations.no_email = Please provide an email address.
certificates.validations.invalid_email = Please provide a valid email address.
certificates.validations.no_host = You didn't provide a hostname.
certificates.validations.no_host = You didn't provide a hostname.
certificates.validations.no_desc = Please, provide a valid description. Alphanumeric values, spaces, dash, underscore and points are allowed.
certificates.validations.duplicated_host = Already exist a certificate with the same hostname.
certificates.validations.duplicated_desc = Already exist a certificate with the same description.
certificates.type.custom = Custom
certificates.certificate = Certificate
certificates.certificate.tooltip =  Should be the content of certificate file (e.g.: certificate.crt)
certificates.key = Key
certificates.key.tooltip = Should be the content of key file (e.g.: private.key)
certificates.chain = Chain
certificates.chain.tooltip = Should be the content intermediate certificate file (e.g.: ca_bundle.crt)
certificates.validations.no_cert = Please provide the Certificate content.
certificates.validations.no_key = Please provide the Private Key content.
certificates.validations.invalid_cert_format = Invalid Certificate format. Please ensure it is in PEM format.
certificates.validations.invalid_key_format = Invalid Private Key format. Please ensure it is in PEM format.
certificates.validations.key_cert_mismatch = Private Key does not match the Certificate.
certificates.validations.cert_not_yet_valid = The Certificate is not yet valid (start date in future).
certificates.validations.cert_expired = The Certificate has expired.
certificates.validations.chain_incomplete_no_chain = Certificate chain verification failed: unable to get local issuer certificate. Please provide a CA bundle/intermediate certificate in the chain field.
certificates.validations.chain_failed = Certificate chain verification failed: {0}
certificates.validations.cert_self_signed = The certificate is self-signed and not trusted by the system.
certificates.legend.info = Certificate Information
certificates.info.subject_cn = Subject Common Name
certificates.info.sans = Subject Alternative Names
certificates.info.issuer = Issuer
certificates.info.valid_from = Valid From
certificates.info.valid_until = Valid Until
certificates.validations.missing_files = Certificate or private key files are missing on the system.
