Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

  • Certificate request, which it writes it to file req.pem
  • Private key, which it writes it to file pkey.pem
Panel

Html bobswift

<pre>
ucert -create request -request_file req.pem -private_key_file pkey.pem -country US -state Maryland -locality Baltimore 
      -organization "Acme, Inc." -common_name "Joe Buck"
</pre>

Anchor
1054544
1054544
Step 2

...

Anchor
1054546
1054546
The following Universal Certificate command creates the certificate and writes it to file cert.pem.

Panel

Html bobswift

<pre>
ucert -create cert -request_file req.pem -cert_file cert.pem -private_key_file cakey.pem -ca_cert_file cacert.pem
</pre>

Anchor
1079090
1079090
Components

...