Certificate
Trusted certificate on your local Naviga Web
Add certificate as trusted
StarterKit comes with a self-signed SSL certificate for the domain everywarestarterkit.local and a wildcard to include any subdomains. You need to add this certificate to your systems list of "trusted" certificates.
Navigate to Finder > Applications > Utilities > Keychain Access
Select "login" in the left-hand column and choose the category "Certificates".
Add the file
nginx/certs/everywarestarterkit.local.crtby dragging and dropping it into the list.The certificate should now show with a red X. That means it is untrusted. To provide trust, double-click the *.everywarestarterkit.local.crt.
Under "Trust", change the setting at the top "When using this certificate" to "Always Trust".
Press the Windows key + R
Type "MMC" and click OK
Go to File > Add/Remove Snap-in
Click “Certificates” > “Add”
Select “Computer Acount” and click “Next”
Select “Local Computer” then click “Finish”
Click “OK” to go back to the MMC window
Double-click “Certificates (local computer)” to expand the view
Select “Trusted Root Certification Authorities”, right-click “Certificates” and select “All Tasks” then “Import”
Click “Next” then browse and locate the file
nginx/certs/everywarestartekit.local.crtin the project folder.Select “Place all certificates in the following store”
Select “Trusted Root Certification Authorities store” and click “Next”. Then click “Finish” to complete the wizard.
For screenshots, go to step 3 of this guide.
Last updated
Was this helpful?