01-26-2024, 01:13 AM
(This post was last modified: 01-26-2024, 01:14 AM by Alexandre Machado.)
>> I'm trying to implement this on may machine, not on a server, just on my PC. Is it possible? If so, what's the domain that I must use,
>> when creating certificate? And witch kind of certificate? Self-signed or Let's Encrypt Certificate?
No it is not possible. Let's Encrypt will send a request to your domain (whatever domain that you are using when requesting the certificate). That's how you "prove" that you own the domain, you see? Otherwise anyone could obtain a certificate for microsoft.com or apple.com...
If you are only developing, you can test it with a self-signed certificate. It will work just like any other certificate if you install it on the browser or on the Windows certificate store.
More about self-signed certificates here: https://www.atozed.com/intraweb/certmana...lications/
>> when creating certificate? And witch kind of certificate? Self-signed or Let's Encrypt Certificate?
No it is not possible. Let's Encrypt will send a request to your domain (whatever domain that you are using when requesting the certificate). That's how you "prove" that you own the domain, you see? Otherwise anyone could obtain a certificate for microsoft.com or apple.com...
If you are only developing, you can test it with a self-signed certificate. It will work just like any other certificate if you install it on the browser or on the Windows certificate store.
More about self-signed certificates here: https://www.atozed.com/intraweb/certmana...lications/