Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

ECC CSR on Windows

On the Windows server you intend to generate the CSR and later importing the certificate:

1 Open MMC with admin privileges

2 Open ‘Add/Remove Snap-in

generateEccCsrWindows_step1

3 Choose ‘Certificates’ and press ‘Add’

generateEccCsrWindows_step2

4 Choose ‘Computer Account’, press ‘Next’, choose Local computer and press ‘Finish’. Press OK on the Add or Remove Snap-ins window.

generateEccCsrWindows_step3

5 Expand the ‘Certificates (Local Computer)’ folder and expand the ‘Personal’ folder and right click the ‘Certificates’ folder

generateEccCsrWindows_step4

6 Expand ‘All tasks’, expand ‘Advanced Operations’ and press ‘Create Custom Request’

generateEccCsrWindows_step5

Press ‘Next’

generateEccCsrWindows_step6

7 Choose ‘Proceed without enrollment policy’ and press ‘Next’.

generateEccCsrWindows_step7

8 Press Next

generateEccCsrWindows_step8

9 Press ‘Properties’

generateEccCsrWindows_step9

10 Give the certificate a name and description

generateEccCsrWindows_step10

11 Press the ‘Subject’ tab on top. Enter the domain name for the certificate under ‘Subject name: Type: Common name’ and press ‘Add’.

Multiple domain names can either be entered under Alternate name: Type DNS, or it can be registered later in the Buypass web portal where you submit the certificate request.

generateEccCsrWindows_step11

12 Press the ‘Private Key’ tab and expand ‘Cryptographic Service Provider’

Deselect the marker on RSA,Microsoft Software Key Storage Provider

generateEccCsrWindows_step12

Scroll down and check the marker at ECDSA_P256, Microsoft Software Key Storage Provider

generateEccCsrWindows_step13

13 Expand ‘Key options’ and check the marker at ‘Make private key exportable’ if you ever wish to export the certificate from the computer generating the certificate request.

generateEccCsrWindows_step14

Press ‘OK’

14 Press ‘Next’

generateEccCsrWindows_step15

15 Choose a filename and location for the certificate request.

generateEccCsrWindows_step16

Press ‘Finish’

16 Submit the certificate request at the Buypass webportal for ordering certificates.

When you later receive the certificate in PEM format, convert the PEM certificate part to crt format using the following OpenSSL command: openssl x509 -in certificate.pem -out certificate.crt

Then open the certificate file on the computer you generated the certificate request and press ‘Install Certificate’. Choose ‘Local Machine’ and press ‘Next’

generateEccCsrWindows_step17

Choose ‘Automatically select the certificate store’ and press ‘Next’ and press ‘Finish’

  • No labels