Create a self-signed certificate for a local computer for one or more of the following reasons:
-
Troubleshooting third-party certificate problems.
-
Managing IIS remotely.
-
Creating a secure private channel between your server and a limited, known group of users, such as that in a software test environment.
-
Testing features that rely on SSL settings.
Important |
|---|
|
This procedure generates a self-signed certificate that does not originate from a generally trusted source; therefore, you should not use this certificate to help secure data transfers between Internet clients and your server. |
Note |
|---|
|
Self-signed certificates may cause your Web browser to issue phishing warnings. |
Prerequisites
For information about the levels at which you can perform this procedure, and the modules, handlers, and permissions that are required to perform this procedure, see Server Certificates Feature Requirements (IIS 7).
Exceptions to Feature Requirements
To create a self-signed certificate
You can perform this procedure by using the user interface (UI).
User Interface
To use the UI
-
Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7).
-
In Features view, double-click Server Certificates.
-
In the Actions pane, click Create Self-Signed Certificate.
-
On the Create Self-Signed Certificate page, type a friendly name for the certificate in the Specify a friendly name for the certificate box, and then click OK.
Command Line
Configuration
WMI
See Also