November 2017
Intermediate to advanced
542 pages
14h 24m
English
We can also configure the embedded Tomcat instance within Spring Boot, which is how we will be working with Tomcat for the rest of this chapter.
Configuring Spring Boot to use our newly created certificates is as straightforward as properties of the YAML entry, as shown in the following code snippet:
server: port: 8443 ssl: key-store: "classpath:keys/jbcp_clientauth.p12" key-store-password: changeit keyStoreType: PKCS12 keyAlias: jbcpclient protocol: TLS
The final step is to import the certificate into the client browser.
Read now
Unlock full access