4 ms·
So many things require HTTPS now I always use HTTPS during development with local certs via mkcert
by jspaetzel 3y ago
So many things require HTTPS now I always use HTTPS during development with local certs via mkcert
- jve 3y agoFor Windows/PowerShell users: New-SelfSignedCertificate -CertStoreLocation Cert:\CurrentUser\My -DnsName "localhost" https://learn.microsoft.com/en-us/powershell/module/pki/new-selfsignedcertificate?view=windowsserver2022-ps https://learn.microsoft.com/en-us/powershell/module/pki/new-...
- rezonant 3y agoIt's a good practice but worth noting that almost all web platforms features that require a secure context work on localhost without HTTPS