Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 675 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 675 Bytes

Using mkcert to generage valid SSL certificate for localhost:

╭─ ubuntu ~/Projects/magento-ee  ‹master*› 
╰─ $ mkcert -install
Using the local CA at "/home/ubuntu/.local/share/mkcert" ✨

╭─ ubuntu ~/Projects/magento-ee  ‹master*› 
╰─ $ mkcert magento2.test
Using the local CA at "/home/ubuntu/.local/share/mkcert" ✨

Created a new certificate valid for the following names 📜
 - "magento2.test"

The certificate is at "./magento2.test.pem" and the key at "./magento2.test-key.pem"

Generated files: magento2.test-key.pemmagento2.test.pem are ready for using in Apache or Nginx.