|
|
|
|
|
- Steps to follow
- Step 1: Create a certificate signing request
- Step 2: Sending the certification request to a certificate provider
- Step 3: Setting up the certificate
- Self-signed certificate
Obtaining an HSL (SSL) certificate for IIS
Step 1: Create a certificate signing request To create a certification request: - Open Internet Services Manager (option "Start .. Run": Inetmgr.exe).
- Select the current computer (the root of connections).
- Double-click "Server certificates".
- In the screen that is displayed, click the "Create a certificate request" link. A wizard starts.
- Fill the requested information and specify the name of file to be generated.
Step 2: Sending the certification request to a certificate provider Application for certification is made to a key certification body.. The steps are virtually the same for each authority. Simply log on to the certification body's website, identify yourself, and provide the file previously generated to obtain a certificate (for a fee or as an evaluation version, depending on the organization).. . Step 3: Setting up the certificate The following operations must be performed: - The certificate provider can send you the certificate by email..
- Select the part that looks like this.
-----BEGIN CERTIFICATE-----
MIICBzCCAbECEFi+J6vFjN+EkkfCKLgi6uUwDQYJKoZIhvcNAQEEBQAwgakxFjAUBgNVBAoTDVZlcmlTaWduLCB
JbmMxRzBFBgNVBAsTPnd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9UZXN0Q1BTIEluY29ycC4gQnkgUmVmLi
BMaWFiLiBMVEQuMUYwRAYDVQQLEz1Gb3IgVmVyaVNpZ24gYXV0aG9yaXplZCB0ZXN0aW5nIG9ubHkuIE5vIGFzc
3VyYW5jZXMgKEMpVlMxOTk3MB4XDTAwMDkwMTAwMDAwMFoXDTAwMDkxNTIzNTk1OVowZDELMAkGA1UEBhMCRlIx
EjAQBgNVBAgTCUxBTkdVRURPQzEUMBIGA1UEBxQLTU9OVFBFTExJRVIxDDAKBgNVBAoUA1BDUzEPMA0GA1UECxQ
GV0VCREVWMQwwCgYDVQQDFANtcjIwXDANBgkqhkiG9w0BAQEFAANLADBIAkEAmqKCTidFBZEwI0Q7WPTBlQzlac
Qi5nwjNndrWU2tjGMElrY0IxoduwTgRX+DY42IuptGERQApb5NCx/4/3iBrQIDAQABMA0GCSqGSIb3DQEBBAUAA
0EABT7REV9bLiq3EFiug+a/irlbYI7aNiuITsdSVO7j34baFtxaa2jTE4JoGrNhrWTQZgBl1GOMpuMef/MuwXHO
1A==
-----END CERTIFICATE-----
- Copy the selected part into a new file named "Certif.cer" for example.
- Open Internet Services Manager (option "Start .. Run": Inetmgr.exe).
- Select the current computer (the root of connections).
- Double-click "Server certificates".
- In the screen that is displayed, click the "End the certificate request" link. A wizard starts.
- Select the file that was just created (Certif.cer) and end the wizard.
IIS allows you to create a self-signed certificate. This option is used to create a local certificate for testing HSL/SSL.. To create a self-signed certificate: - Open Internet Services Manager (option "Start .. Run": Inetmgr.exe).
- Select the current computer (the root of connections).
- Double-click "Server certificates".
- In the screen that is displayed, click the "Create a self-signed certificate" link. A wizard starts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|