Home Forums OS X Server and Client Discussion Web Setting up SSL for web sites

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #355345
    Anonymous
    Participant

    I’ve got a server (10.1) with about a dozen virtual hosts. I set one up to do SSL and it’s running great. I set up another one user server admin in same way I did the first, but I get “problem with identity certificate file” every time I hit it with a browser.

    Any ideas?

    #355352
    Anonymous
    Participant

    curl -O http://www.modssl.org/source/cvs/exp/mod_ssl/pkg.mod_ssl/pkg.contrib/sign.sh

    Seems to go nowhere? any updates on this URL
    From: Installing and creating your own SSL certificate on Mac OS X Server
    Now for the one piece that you need to download to complete the set. So,

    curl -O http://www.modssl.org/source/cvs/exp/mod_ssl/pkg.mod_ssl/pkg.contrib/sign.sh

    now sign the certificate with your CA and you are good to go.

    sh sign.sh server.csr

    I get this error
    sign.sh: line 1: syntax error near unexpected token `2.0//EN”>’
    sign.sh: line 1: `<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>’

    Thanks

    Brian

    #355353
    Anonymous
    Participant

    You need to go to http://www.modssl.org, download the latest package, decompress it and copy the sign.sh to you “ca” folder.

    Hope this helps.

    Pedro Gomes da Silva

    #355438
    easykill
    Participant

    Can I use OpenSSL to generate a wildcard cert for testing/development purposes? Is the procedure basically the same except you insert an asterisk as part of the FQDN? i.e.:

    *.mydevserver.com

    Also, what modifications do I need to make to each vhost entry in httpd.conf for which I want to use SSL? (in “regular” 10.2.4, NOT server)

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Comments are closed