when runing the command :
symfony server:ca:install
i have this error :
You might have to enter your root password to install the local Certificate Authority certificate
failed to install the local Certificate Authority: add cert: failed adding cert: Access is denied.
Notes :
- Symfony 5
- windows 10 64bits
- tested on cmd and powershell both runing as administrator
This command doesnt support a password param, so how can i go over this? thanks
Try :
You can check this link for more information.