Skip to content

Commit

Permalink
undo SSL certificates switched to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Apr 7, 2018
1 parent 08c27db commit cea38ac
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 83 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Expand Up @@ -10,6 +10,7 @@ next ():
- optimization
- Persist "Bookmark Updated" notifications across restarts
- minimum bandwidth increased to 10KiB again
- undo update of pinned SSL certificates (site no longer exists)

1480:

Expand Down
20 changes: 0 additions & 20 deletions src/freenet/clients/http/staticfiles/AmazonRootCA1.pem

This file was deleted.

31 changes: 0 additions & 31 deletions src/freenet/clients/http/staticfiles/AmazonRootCA2.pem

This file was deleted.

12 changes: 0 additions & 12 deletions src/freenet/clients/http/staticfiles/AmazonRootCA3.pem

This file was deleted.

13 changes: 0 additions & 13 deletions src/freenet/clients/http/staticfiles/AmazonRootCA4.pem

This file was deleted.

8 changes: 1 addition & 7 deletions src/freenet/pluginmanager/PluginDownLoaderOfficialHTTPS.java
Expand Up @@ -28,13 +28,7 @@

public class PluginDownLoaderOfficialHTTPS extends PluginDownLoaderURL {
private static final String certurlNew = "freenet/clients/http/staticfiles/globalsign.pem";
// amazon root certificate, so we can rekey the S3-based site more easily
private static final String certurlAmazon1 = "freenet/clients/http/staticfiles/AmazonRootCA1.pem";
private static final String certurlAmazon2 = "freenet/clients/http/staticfiles/AmazonRootCA2.pem";
private static final String certurlAmazon3 = "freenet/clients/http/staticfiles/AmazonRootCA3.pem";
private static final String certurlAmazon4 = "freenet/clients/http/staticfiles/AmazonRootCA4.pem";
private static final String[] certURLs = new String[] {
certurlNew, certurlAmazon1, certurlAmazon2, certurlAmazon3, certurlAmazon4};
private static final String[] certURLs = new String[] { certurlNew };
public static final String certfileOld = "startssl.pem";
private static final String certfile = "sslcerts.pem";

Expand Down

0 comments on commit cea38ac

Please sign in to comment.