Creating google oauth X.509 certificate in PEM format within Mac OS X
Asked Answered
A

1

6

I am currently in the process of setting up the Google oauth for my site and I was wondering if it is possible to generate a X.509 certificate in PEM format within MAC OS X via terminal?

Google provides this page as reference:

http://code.google.com/apis/gdata/docs/auth/authsub.html#Registered

but I was hoping it could be done within the Mac OS instead.

Apology answered 2/8, 2011 at 16:48 Comment(0)
D
9

You can use OpenSSL for that, it should be installed by default on OS X. This tutorial shows you how you may create your own self-signed certificate.

You can also use OpenSSL for something more sophisticated, e.g. a root CA that would issue either further sub-CAs or end-entity certificates directly.

Desmund answered 2/8, 2011 at 18:30 Comment(1)
The link to the tutorial is dead.Halfwitted

© 2022 - 2024 — McMap. All rights reserved.