2023-01-06 03:47:59 -05:00
|
|
|
# The Localhost Certificate
|
|
|
|
|
|
|
|
|
|
|
|
Looking for **SSL certificate for localhost**?
|
|
|
|
|
|
|
|
Here you can download SSL certificate for your localhost/network use.
|
|
|
|
|
|
|
|
`#FuckChrome for forcing localhost or network to use HTTPS #FuckGoogle`
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Possible usage
|
|
|
|
|
|
|
|
- You want to host a HTTPS website for your network only (no fucking outside internet)
|
|
|
|
- You just got fucking sick of Google Chrome showing Insecure connection to your localhost site
|
|
|
|
|
|
|
|
|
|
|
|
## Download
|
|
|
|
|
|
|
|
`Signed for: localhost.crimeflare.eu.org`
|
|
|
|
|
2023-01-06 03:51:57 -05:00
|
|
|
- [Public key file](public.txt).
|
|
|
|
- [Private key file](private.txt).
|
|
|
|
- [Last update hash](update_hash.txt), the value will be updated when above files are changed.
|
|
|
|
|
|
|
|
```
|
|
|
|
You can use "Last update hash" to automatically fetch those certificates.
|
|
|
|
|
|
|
|
like this:
|
|
|
|
|
|
|
|
check "Last update hash"
|
|
|
|
is the value changed?
|
|
|
|
download Public key.
|
|
|
|
download Private key.
|
|
|
|
restart server.
|
|
|
|
```
|
2023-01-06 03:47:59 -05:00
|
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
2023-01-06 03:51:57 -05:00
|
|
|
**1**. **Bend** your DNS to your desired IP address.
|
2023-01-06 03:47:59 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
hosts:
|
|
|
|
|
|
|
|
127.0.0.1 localhost.crimeflare.eu.org
|
|
|
|
```
|
|
|
|
|
2023-01-06 03:51:57 -05:00
|
|
|
**2**. **Configure** your server to use those certificate.
|
2023-01-06 03:47:59 -05:00
|
|
|
|
2023-01-06 03:51:57 -05:00
|
|
|
**3**. **Connect** to `localhost.crimeflare.eu.org` via HTTPS!
|
2023-01-06 03:47:59 -05:00
|
|
|
|