openssl genrsa -out myserver.uwaterloo.ca.key 2048

note

Note When using the commands in the examples below, use the name of your own server, instead of myserver.uwaterloo.ca.

Note When using the commands in the examples below, use the name of your own server, instead of myserver.uwaterloo.ca.

Certificate Signing Request example

openssl req -new -key myserver.uwaterloo.ca.key -out myserver.uwaterloo.ca.csr

openssl req -new -key myserver.uwaterloo.ca.key -out myserver.uwaterloo.ca.csr -subj /C=CA/ST=Ontario/L=Waterloo/O=University\ of\ Waterloo/CN=myserver.uwaterloo.ca

Need help?

Contact the UW/IST Certificate Authority.

Article feedback

If you’d like to share any feedback about this article, please let us know.