https://github.com/alcidesrc/laravel-octane-frankenphp
https://github.com/alcidesrc/laravel-octane-frankenphp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alcidesrc/laravel-octane-frankenphp
- Owner: AlcidesRC
- License: mit
- Created: 2025-06-10T12:07:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T11:40:43.000Z (12 months ago)
- Last Synced: 2025-06-27T12:36:53.208Z (12 months ago)
- Language: Blade
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CADDY.md
- License: LICENSE
Awesome Lists containing this project
README
# How to install the Caddy Authority certificate into your browser
## Chrome-based browsers (Chrome, Brave, etc.)
- Go to Settings / Privacy & Security / Security/Manage Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ Trust this certificate for identifying websites ]
- Save changes
## Firefox-based browsers
- Go to Settings / Privacy & Security / Security / Certificates / View Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ This certificate can identify websites ]
- Save changes
> [!TIP]
>
> For further information, please visit [Caddy Official Documentation](https://caddyserver.com/docs/running#local-https-with-docker)