Country Name (2 letter code) [AU]:CN State or Province Name (full name) [Some-State]:Shenzhun Locality Name (eg, city) []:Shenzhun Organization Name (eg, company) [Internet Widgits Pty Ltd]:ApGo (公司名称) Organizational Unit Name (eg, section) []:technology Common Name (e.g. server FQDN or YOUR name) []:localhost (Common Name应该与域名保持一致,否则会引起浏览器警告) Email Address []:admin@localhost
Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []:(可不填) An optional company name []:(可不填)
$ mkcert -install Created a new local CA at "/Users/filippo/Library/Application Support/mkcert" 💥 The local CA is now installed in the system trust store! ⚡️ The local CA is now installed in the Firefox trust store (requires restart)! 🦊
$ mkcert example.com '*.example.org' myapp.dev localhost 127.0.0.1 ::1 Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨
Created a new certificate valid for the following names 📜 - "example.com" - "*.example.org" - "myapp.dev" - "localhost" - "127.0.0.1" - "::1"
The certificate is at "./example.com+5.pem" and the key at "./example.com+5-key.pem" ✅