So I'm teaching my self about ssl, on the way to learning to do SSO to Google suite for edu.
I had to create a ssl web site for testing this process.
here are the steps I used to get the cert stuff working
- In powershell run the following command
- New-SelfSignedCertificate -DnsName "localhost" -CertStoreLocation "cert:\LocalMachine\My"
- Which I got from this Stack Overflow article https://stackoverflow.com/questions/8169999/how-can-i-create-a-self-signed-cert-for-localhost
- Then install following the steps in this video
- The close your browser, and press <F5> to start debugging the app afresh.
No comments:
Post a Comment