• Home
  • About
  • Talks
  • Videos
  • Software
  • Systems
  • Blog
  • Resume
Wolf Paulus

ssl

  • Java

Configuring multiple SSL certificates for a single Tomcat connector

Posted on September 2, 2018April 4, 2022by Wolf Paulus

Sometimes you may want the same Tomcat instance to respond to requests for more than just one hostname. For HTTP this can easily be accomplished, by mapping those hostnames to the same IP address, using the tools provided by your registrar. Supporting HTTPS for multiple hosts is more involved since the SSL certificates need to […]

Read More
3 Comments
  • Java

Installing an SSL Certificate on Tomcat

Posted on June 14, 2018April 4, 2022by Wolf Paulus

If you have Tomcat installed on your Mac or Linux computer, like I have shown here and here, you may sooner or later want to serve content not only through HTTP, but also securely through HTTPS. Instead of going the self-signed certificate route, where the certificate is signed with its own private key, I’m describing […]

Read More
2 Comments
  • Java

Hosting an Alexa Skill yourself

Posted on July 5, 2016December 31, 2016by Wolf Paulus

If experimenting with the Amazon Echo / Alexa Skill Kit or running a so-called Skill in production, you generally have two choices: AWS Lambda functions on AWS Lambda (a service offering by Amazon Web Services) Hosting the Web service yourself. If you decide against AWS Lambda, you can build the Web service, using Java Node anything […]

Read More
1 Comment
  • Home
  • call
  • email
  • LinkedIn
  • GitHub
  • Medium
©2023 • Wolf Paulus
Wolf Paulus
  • Home
  • About
  • Talks
  • Videos
  • Software
  • Systems
  • Blog
  • Resume