From 2340f310c77f5fe34d6021417fe6136ba23de042 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 20 May 2020 14:16:04 +0000 Subject: [PATCH] Changed the nomcom chair help page to show 4-digit years, rather than 2-digit - Legacy-Id: 17854 --- ietf/templates/nomcom/chair_help.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ietf/templates/nomcom/chair_help.html b/ietf/templates/nomcom/chair_help.html index ec267d93c..f8d7eca12 100644 --- a/ietf/templates/nomcom/chair_help.html +++ b/ietf/templates/nomcom/chair_help.html @@ -49,31 +49,31 @@ x509_extensions = ss_v3_ca [ req_distinguished_name ] commonName = Common Name (e.g. NomComYY) -commonName_default = NomCom{{year|slice:"2:"}} +commonName_default = NomCom{{year}} [ ss_v3_ca ] subjectKeyIdentifier = hash keyUsage = critical, digitalSignature, keyEncipherment, dataEncipherment basicConstraints = critical, CA:true -subjectAltName = email:nomcom{{year|slice:"2:"}}@ietf.org +subjectAltName = email:nomcom{{year}}@ietf.org extendedKeyUsage= emailProtection
  • Generate a private key and corresponding certificate: -
    openssl req -config nomcom-config.cnf -x509 -new -newkey rsa:2048 -sha256 -days 730 -nodes -keyout privateKey-nomcom{{year|slice:"2:"}}.pem -out nomcom{{year|slice:"2:"}}.cert
    +
    openssl req -config nomcom-config.cnf -x509 -new -newkey rsa:2048 -sha256 -days 730 -nodes -keyout privateKey-nomcom{{year}}.pem -out nomcom{{year}}.cert
    (Just press Enter when presented with "Common Name (e.g. NomComYY) [NomCom15]:")
  • You will upload the certificate to the datatracker (and make it available to people wishing to send mail) in the steps below.

    -

    Securely distribute privateKey-nomcom{{year|slice:"2:"}} to your NomCom advisor(s), liaisons, and members, as they become known.

    +

    Securely distribute privateKey-nomcom{{year}} to your NomCom advisor(s), liaisons, and members, as they become known.

    Configure the Datatracker NomCom

    Sign into the datatracker and go to the NomCom Configuration Page.

    -

    Use the Browse button to select the public nomcom{{year|slice:"2:"}}.cert file created above.

    +

    Use the Browse button to select the public nomcom{{year}}.cert file created above.

    Enter any special instructions you want to appear on the nomination entry form in the "Help text for nomination form" box. These will appear on the form immediately below the field labeled "Candidate's qualifications for the position".

    Choose whether to have the datatracker send questionnares, and whether to automatically remind people to accept nominations and return questionnaires, according to the instructions on the form.

    Press the save button.