Skip to content

Commit b8fd056

Browse files
committed
#BAEL-9224: configure ssl bundle
1 parent 0520f13 commit b8fd056

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-modules/spring-boot-simple/src/main/resources/application.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true
2424

2525
logging.file.name=logs/app.log
2626
logging.file.path=logs
27+
28+
spring.ssl.bundle.jks.server.keystore.location=classpath:ssl/baeldung.p12
29+
spring.ssl.bundle.jks.server.keystore.password=password
30+
spring.ssl.bundle.jks.server.keystore.type=PKCS12
31+
32+
server.ssl.bundle=server
33+
server.ssl.enabled=true

0 commit comments

Comments
 (0)