From 9efecb455e75cedae0583b0bab16cf166e64bf7a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 May 2022 10:51:47 +0430 Subject: enabled https and http2 --- src/main/resources/application.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 357f85a..e40aba9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,3 +7,9 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true server.error.include-message=always +server.http2.enabled=true +server.port=8443 +server.ssl.enabled=true +server.ssl.key-store=/certs/cert.p12 +server.ssl.key-store-type=PKCS12 +server.ssl.key-store-password=thequicklazybrownfox -- cgit v1.2.3