简体   繁体   中英

Failed “symfony server:ca:install” : Access is denied

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:

symfony serve

You can check this link for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM