diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 29d097e..a7d6e5d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,10 @@ #spring.application.name: TechVault server.port= 8080 spring.data.mongodb.uri=mongodb+srv://prateek:p@cluster0.kf3n4.mongodb.net/TechVault?retryWrites=true&w=majority -spring.data.mongodb.database=TechVault \ No newline at end of file +spring.data.mongodb.database=TechVault + +#SSL Key Info +security.require-ssl=true +server.ssl.key-store-password=wediscusstech +server.ssl.key-store=src/main/resources/ebininfosoft-ssl-key.p12 +server.ssl.key-store-type=PKCS12 \ No newline at end of file diff --git a/src/main/resources/ebininfosoft-ssl-key.p12 b/src/main/resources/ebininfosoft-ssl-key.p12 new file mode 100644 index 0000000..1a7b872 Binary files /dev/null and b/src/main/resources/ebininfosoft-ssl-key.p12 differ