Once you have saved your san.txt file, you can "produce" your certificate signing request (CSR) using OpenSSL with this command:

[req] distinguished_name = req_distinguished_name req_extensions = v3_req prompt = no [req_distinguished_name] C = US ST = New York L = New York O = MyCompany OU = IT CN = example.com [v3_req] keyUsage = keyEncipherment, dataEncipherment extendedKeyUsage = serverAuth subjectAltName = @alt_names [alt_names] DNS.1 = example.com DNS.2 = ://example.com DNS.3 = ://example.com Use code with caution. Copied to clipboard 2. Generate Your Certificate

API Network * App Security. * Communication. * Data Analytics. * Database. * Developer Productivity. * eSignature. * Travel. Amazon Web Services (AWS)

openssl req -new -out server.csr -newkey rsa:2048 -nodes -keyout server.key -config san.txt Use code with caution. Copied to clipboard Additional Resources

Avatar photo

James is a musician and writer from Scotland. An avid synth fan, sound designer, and coffee drinker. Sometimes found wandering around Europe with an MPC in hand.

Subscribe
Notify of
9 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments