Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz committed Jul 8, 2020
1 parent 4a8b965 commit 620810a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
server.port: 8443
server.ssl.key-store: /Users/gs/pki/localhost.p12
server.ssl.key-store-password: 1qaz@WSX
server.ssl.key-store: pki/localhost.p12
server.ssl.key-store-password: changeit
server.ssl.keyStoreType: PKCS12
server.ssl.trust-store=/Users/gs/pki/trust.jks
server.ssl.trust-store-password=1qaz@WSX
server.ssl.trust-store=etc/pki/trust.jks
server.ssl.trust-store-password=changeit
server.ssl.client-auth=need
openvasmd.socket=/usr/local/var/run/openvasmd.sock
allowed.users=mixer.corpnet.pl,mixer-stage.corpnet.pl
allowed.users=localhost,127.0.0.1

0 comments on commit 620810a

Please sign in to comment.