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.sub_domains = Sub-Domains
certificates.sub_domains.tooltip =
	List of sub-domain names to be included in the certificate. So if your top domain is "example.com," then your sub-domains
	should be in the format "sip1.example.com," "sip2.example.com," and so on.
certificates.invalid_sub_domain = The sub-domain "{0}" is not in a valid format.
certificates.no_sub_domain = The sub-domain "{0}" is not a sub-domain of "{1}."
certificates.duplicated_sub_domain = The sub-domain "{0}" is defined multiple times.
