Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from headissue/automaticSSLcertificates
Browse files Browse the repository at this point in the history
Automatic ssl certificates
  • Loading branch information
globalworming committed Mar 20, 2014
2 parents 478719e + 2ade07b commit 0fbe92e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sahi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-core</artifactId>
<version>4.4</version>
<version>4.5.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down Expand Up @@ -89,6 +89,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
5 changes: 5 additions & 0 deletions sahi-core/src/main/site/documentation.md
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.

0 comments on commit 0fbe92e

Please sign in to comment.