This package is a wrapper around the wonderful Symfony Binary.
./vendor/bin/php-dev-server
{
"extra": {
"clubdrei/php-dev-server": {
"port": 55555,
"webDirectory": "public",
"tlsEnabled": false,
"p12File": null
}
}
}Generate P12 file from Let's Encrypt certificate
- Generate certificate
- Convert to P12
openssl pkcs12 -export -out default.p12 -inkey privkey.pem -in cert.pem -certfile chain.pem - Use
symfonyas export password - Copy
default.p12to the desired directory``