how to create pfx ssl certificate in windows 10 iis

RAVI 1,076 Reputation points
2023-07-04T12:59:17.38+00:00

Hello

I have installed my aspx file in iis its running fine, how to apply ssl for my iis site i come across this https://www.youtube.com/watch?v=njN-k6TdSk4 but im unbale to get .pfx file help me how to get this .pfx file free or how to generate.

Thanking you

Windows development Internet Information Services
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2023-07-05T06:55:11.2633333+00:00

    Unless you purchased a domain already, applying SSL to your site is meaningless. But if you really want to move on, generate a self-signed certificate is enough, https://docs.jexusmanager.com/tutorials/self-signed.html

    0 comments No comments

  3. TengFeiXie-MSFT 346 Reputation points
    2023-07-05T08:12:33.89+00:00

    Hi @RAVI

    So you can't export the SSL certificate in .pfx format through video? You can try the steps in this link: https://www.digicert.com/kb/ssl-support/certificate-pfx-file-export-import-iis-10.htm, I successfully exported the installed certificate.

    User's image

    For an SSL certificate to be valid, domains need to obtain it from a certificate authority (CA). A CA is an outside organization, a trusted third party, that generates and gives out SSL certificates. The CA will also digitally sign the certificate with their own private key, allowing client devices to verify it. Most, but not all, CAs will charge a fee for issuing an SSL certificate.

    Also about IIS Self Signed Certificate you can refer to: https://aboutssl.org/how-to-create-a-self-signed-certificate-in-iis/. Then you can still export the certificate through IIS.

    Best Regard,

    TengFei Xie


    If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  4. RAVI 1,076 Reputation points
    2023-07-05T11:34:56.0666667+00:00

    Hello

    thanks for your suggestion still i confused let me explain step by step i have purchase one ip from internet service provider that ip i have config in windows 10 iis now if i enter that ip from anywhere around the world it should open with ssl like https://202.xxx.xxx.xxx something like this now i need step by step guide what to do to make https

    thanking you


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.