Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcher authored Nov 17, 2024
1 parent 79438ed commit d8e84a2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Why do I get certificate errors after securing a site?](#why-do-i-get-certificate-errors-after-securing-a-site)
- [What files does Valet _Linux_ change?](#what-files-does-valet-linux-change)
- [Why is my network connection dropped after installing or changing the TLD](#why-is-my-network-connection-dropped-after-installing-or-changing-the-tld)
- [Issue `valet secure` doesnt work?](#issue-valet-secure-doesnt-work)
- [Any other tips?](#any-other-tips)

## Why can't I run `valet install`?
Expand Down Expand Up @@ -65,6 +66,20 @@ Valet 2.0 will overwrite the Nginx, PhpFPM config files. If you've previously co

**NetworkManager** loves being involved in everything network-related including DNS. We configure **DnsMasq** through **NetworkManager** so your network connection _**might**_ drop whenever you **install** Valet or change the domain. To solve this simply reconnect to your network.

## Issue `valet secure` doesnt work?
Solutions:

Chrome : Search for Manage Certificates > Authorities > Import LaravelValetCASelfSigned

FireFox : Search Certificates > View Certificates > Authorities > Import LaravelValetCASelfSigned

Path: LaravelValetCASelfSigned
```bash
cd ~/.valet/CA
```

[Relate Issue](https://github.com/cpriego/valet-linux/issues/233)


## Any other tips?

Expand All @@ -74,4 +89,4 @@ Oh yeah!, for those looking for a beautiful looking Database management tool lik

[And download it here](https://www.valentina-db.com/en/studio/download)

_* I know it is GNU/Linux but is too long and it confuses people even more_
_* I know it is GNU/Linux but is too long and it confuses people even more_

0 comments on commit d8e84a2

Please sign in to comment.