How to set up Node.js HTTPS and issue SSL certificates on the Azure Windows server

Asked 2 years ago, Updated 2 years ago, 84 views

Hello.

It is currently available as a node.js + express environment on the Azure Windows server.

By the way, I want to set up HTTPS, but it's not as easy as I thought.

In particular, there are many difficult parts from issuing certificates.

Can I hear the opinions of those who have experienced or have done this part?

Or,

Can you tell me how to set it up?

https ssl certificate

2022-09-21 22:55

1 Answers

It's a self-answer.

Please refer to the link below without much difficulty.

You can get a Let's encrypt certificate issued to the local pass from the Windows server.

The simple principle is as follows.

https://xetown.com/tips/604943

https://ahribori.com/article/5a2032f5014bc70f303f77b4

If you use win-acme, you will be able to get an environment like IIS.

I hope it will help many people


2022-09-21 22:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.