Tagged Questions
0
votes
3answers
3k views
Creating a single .pem file for web server SSL
To use SSL, the web server that I am using requires the location of a single .pem file (-ssl_cert xyz.pem)
I have a certificate issued by GoDaddy. They gave me the file:
banana.crt
The ...
0
votes
8answers
367 views
Basic questions about running a web server
I'd like to run a web server to experiment with. I'm going to to use Mongoose because it looks lightweight and simple enough to understand everything that it is doing.
I have a Debian box to run it ...