Two Tomcat SSL Providers & One FreeBSD
- by mosg
Hello everyone.
Question: On FreeBSD8 I need to have two opened HTTPS different ports (443 and 444, for example). In other words, I need two providers, working simultaneously:
Ordinary SSL signed certificate (# Thawte) on 443 port
Special russian security provider (# DIGTProvider, based on CryptoPro CSP software) on 444 port
I also have to…