Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Use the cert names that is used by the cert create script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Dec 20, 2016
1 parent f32d6cc commit 2992511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
4 changes: 2 additions & 2 deletions test_tool/test_rp/rplib/cl/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
BASE = "https://localhost:" + str(PORT) + "/"

# If BASE is https these has to be specified
SERVER_CERT = "../certs/server.crt"
SERVER_KEY = "../certs/server.key"
SERVER_CERT = "../certs/cert.pem"
SERVER_KEY = "../certs/key.pem"
CA_BUNDLE = None
VERIFY_SSL = False

Expand Down
4 changes: 2 additions & 2 deletions test_tool/test_rp/rplib/cl/conf.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PORT = 8088
BASE = "https://localhost:" + str(PORT) + "/"

# If BASE is https these has to be specified
SERVER_CERT = "../certs/server.crt"
SERVER_KEY = "../certs/server.key"
SERVER_CERT = "certs/cert.pem"
SERVER_KEY = "certs/key.pem"
CA_BUNDLE = None
VERIFY_SSL = False

Expand Down
34 changes: 0 additions & 34 deletions test_tool/test_rp/rplib/cl/out

This file was deleted.

0 comments on commit 2992511

Please sign in to comment.