JKS update

上级 02fe58cd
...@@ -6,7 +6,7 @@ server.port=9521 ...@@ -6,7 +6,7 @@ server.port=9521
server.servlet.context-path=/maxkey-mgt server.servlet.context-path=/maxkey-mgt
application.name=MaxKey-Mgt application.name=MaxKey-Mgt
application.formatted-version=v1.2 GA application.formatted-version=(v1.2 GA)
#for freemarker #for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views spring.freemarker.template-loader-path=classpath:/templates/views
......
...@@ -72,21 +72,21 @@ config.saml.v20.replay.cache.life.in.millis=14400000 ...@@ -72,21 +72,21 @@ config.saml.v20.replay.cache.life.in.millis=14400000
config.saml.v20.issue.instant.check.clock.skew.in.seconds=90 config.saml.v20.issue.instant.check.clock.skew.in.seconds=90
config.saml.v20.issue.instant.check.validity.time.in.seconds=300 config.saml.v20.issue.instant.check.validity.time.in.seconds=300
#saml idp keystore #saml idp keystore
config.saml.v20.idp.keystore.password=connsec config.saml.v20.idp.keystore.password=maxkey
config.saml.v20.idp.keystore.private.key.password=connsec config.saml.v20.idp.keystore.private.key.password=maxkey
config.saml.v20.idp.keystore=classpath\:config/connsecKeystore.jks config.saml.v20.idp.keystore=classpath\:config/samlServerKeystore.jks
config.saml.v20.idp.issuing.entity.id=connsec.com #keystore id for sec
config.saml.v20.idp.issuer=http://connsec.com config.saml.v20.idp.issuing.entity.id=maxkey.org
config.saml.v20.idp.issuer=https://sso.maxkey.org/maxkey/saml
config.saml.v20.idp.receiver.endpoint=http://sso.maxkey.org/
config.saml.v20.idp.receiver.endpoint=https\://sso.maxkey.org/
#saml sp keystore #saml sp keystore
config.saml.v20.sp.keystore.password=connsec config.saml.v20.sp.keystore.password=maxkey
config.saml.v20.sp.keystore.private.key.password=connsec config.saml.v20.sp.keystore.private.key.password=maxkey
config.saml.v20.sp.keystore=classpath\:config/clientKeystore.jks config.saml.v20.sp.keystore=classpath\:config/samlClientKeystore.jks
config.saml.v20.sp.issuing.entity.id=client.connsec.com config.saml.v20.sp.issuing.entity.id=client.maxkey.org
############################################################################ ############################################################################
config.oidc.metadata.issuer=http://sso.maxkey.org config.oidc.metadata.issuer=http://sso.maxkey.org
......
...@@ -14,7 +14,7 @@ server.ssl.key-store-type=JKS ...@@ -14,7 +14,7 @@ server.ssl.key-store-type=JKS
server.servlet.context-path=/maxkey server.servlet.context-path=/maxkey
application.name=MaxKey application.name=MaxKey
application.formatted-version=v1.2 GA application.formatted-version=(v1.2 GA)
#for freemarker #for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views spring.freemarker.template-loader-path=classpath:/templates/views
......
...@@ -11,28 +11,28 @@ config.saml.v20.issue.instant.check.validity.time.in.seconds=300 ...@@ -11,28 +11,28 @@ config.saml.v20.issue.instant.check.validity.time.in.seconds=300
#saml idp keystore #saml idp keystore
config.saml.v20.idp.keystore.password=connsec config.saml.v20.idp.keystore.password=maxkey
config.saml.v20.idp.keystore.private.key.password=connsec config.saml.v20.idp.keystore.private.key.password=maxkey
config.saml.v20.idp.keystore=classpath\:config/connsecKeystore.jks config.saml.v20.idp.keystore=classpath\:config/samlServerKeystore.jks
#keystore id for sec #keystore id for sec
config.saml.v20.idp.issuing.entity.id=connsec.com config.saml.v20.idp.issuing.entity.id=maxkey.org
config.saml.v20.idp.issuer=https://login.connsec.com/maxkey/saml config.saml.v20.idp.issuer=https://sso.maxkey.org/maxkey/saml
config.saml.v20.idp.receiver.endpoint=https\://login.connsec.com/ config.saml.v20.idp.receiver.endpoint=https\://sso.maxkey.org/
#saml sp keystore #saml sp keystore
config.saml.v20.sp.keystore.password=connsec config.saml.v20.sp.keystore.password=maxkey
config.saml.v20.sp.keystore.private.key.password=connsec config.saml.v20.sp.keystore.private.key.password=maxkey
config.saml.v20.sp.keystore=classpath\:config/clientKeystore.jks config.saml.v20.sp.keystore=classpath\:config/samlClientKeystore.jks
config.saml.v20.sp.issuing.entity.id=client.connsec.com config.saml.v20.sp.issuing.entity.id=client.maxkey.org
#Saml v20 Metadata #Saml v20 Metadata
config.saml.v20.metadata.orgName=maxkey config.saml.v20.metadata.orgName=maxkey
config.saml.v20.metadata.orgDisplayName=maxkey config.saml.v20.metadata.orgDisplayName=maxkey
config.saml.v20.metadata.orgURL=http://www.maxkey.org config.saml.v20.metadata.orgURL=https://github.com/shimingxy/MaxKey
config.saml.v20.metadata.contactType=technical config.saml.v20.metadata.contactType=technical
config.saml.v20.metadata.company=maxkey config.saml.v20.metadata.company=maxkey
config.saml.v20.metadata.givenName=maxkey config.saml.v20.metadata.givenName=maxkey
config.saml.v20.metadata.surName=maxkey config.saml.v20.metadata.surName=maxkey
config.saml.v20.metadata.emailAddress=admin@maxkey.com config.saml.v20.metadata.emailAddress=shimingxy@163.com
config.saml.v20.metadata.telephoneNumber=4008981111 config.saml.v20.metadata.telephoneNumber=4008981111
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册