This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from headissue/automaticSSLcertificates
Automatic ssl certificates
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## V4.5.0 | ||
|
||
On startup a ca.crt will be created in your /userdata/certs directory. You have to import this certificate into your browser. This is pretty simple on Firefox. Just click on the "Download Root CA" link on the startpage and check some boxes. On other browsers it may be more difficult. [Search google](https://www.google.com/search?q=import+certificate+%5Byourbrowser%5D) for how to import the certificate. | ||
|
||
When running into problems, delete everything in your /userdata/certs directory and the browser profiles under /userdata/browser. |