Difference between revisions of "Certutil"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
  
* macOS: brew install [[nss (libraries)|nss]]
+
* macOS: <code>brew install [[nss (libraries)|nss]]</code>
 
* [[Fedora]]/[[RHEL]]: <code>rpm -ivh nss-tools</code>
 
* [[Fedora]]/[[RHEL]]: <code>rpm -ivh nss-tools</code>
  

Revision as of 12:18, 13 July 2020



certutil -N -d <database path>


Create a CSR with subject CN=<common name>,O=<realm>, for example:

  • certutil -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'


See also

Advertising: