Skip to content

Commit

Permalink
radsec features
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed May 23, 2019
1 parent 8f88c89 commit f27d75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
server.port = 1816
server.security.require-ssl=true
server.ssl.key-store-type=PKCS12
server.ssl.key-store=classpath:radsec/server.p12
#server.security.require-ssl=true
#server.ssl.key-store-type=PKCS12
#server.ssl.key-store=classpath:radsec/server.p12
# The password used to generate the certificate
server.ssl.key-store-password=radsec
#server.ssl.key-store-password=radsec
# The alias mapped to the certificate
#server.ssl.key-alias=radsec

Expand Down

0 comments on commit f27d75b

Please sign in to comment.