# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: make-ssl-cert/hostname
Type: string
Default: localhost
_Description: Host name:
 Please enter the host name to use in the SSL certificate.
 .
 It will become the 'commonName' field of the generated SSL certificate.

Template: make-ssl-cert/title
Type: title
_Description: Configure an SSL Certificate.

Template: make-ssl-cert/vulnerable_prng 
Type: note
#flag:translate!:3
_Description: Local SSL certificates may be vulnerable
 A security certificate which was automatically created for your
 local system may have a flaw which renders it insecure.  You should
 install the openssl-blacklist package and run the following command:
 .
  openssl-vulnkey -q /etc/ssl/private/ssl-cert-snakeoil.key \
  || make-ssl-cert generate-default-snakeoil --force-overwrite
 .
 A security update of the ssl-cert package was previously published for
 this issue that would automatically correct this problem for you.  You
 are seeing this message because you did not have that version of
 ssl-cert installed.  It is strongly recommended that you install
 security updates on a regular basis.
