Well, "a while" turned out to be one day. Stuck again. I found a web page that had some info on it, It shows a command (openssl req) to create a privately signed SSL key. Unfortunately, it doesn't explain that command, but 'man req 1' has more information such as what '-x509' does for me (this has got to be one of the greatest parameter keywords of all time). However, the example include this on the openssl command line: -subj /O=VirtualH/OU=Virtual/CN=127.0.0.1 The man req 1 page says this consists of a subject line with sub-options /O as "VirtualH", /OH as "Virtual", and "CN" as "127.0.0.1", and no blanks. But I can find nothing, NOTHING, that explain what the suboptions of the -subj parameter are. What is O? What is OU? What is CN? Is 'VirtualH' a name for the virtual host? Where is that documented, does anyone know? I'd like to get the company name into that certificate somewhere, but don't yet see how. Thank you.
|