Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

certiffix

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certiffix

Generate self-signed CA certificates, and certificates signed by your own CA

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Certiffix

Generate development certificates using self-signed CA root certificates. This command will assist you in generating self-signed Certificate Authorities. These can then be used to sign certificate requests. You can then have your browser or system trust these generated authorities, and then all certificates signed by them will be considered valid.

On unix based systems it stores the certificates it generates in ~/.config/certiffix/

Usage:

certiffix {options}



Commands:

CommandPurpose
certiffix --caGenerate a self-signed CA Root Certificate.
certiffixGenerate a certificate signed by the specified (selectable) CA Root Certificate.


Arguments:
Note: All arguments are optional. If not specified, the command will prompt for needed values.

ArgumentPurpose
--caIf specified without a value, a CA Root Certificate will be generated.
If specified with a value, then the value should be the path to a CA Root Certificate.
--commonName,
--domain
--cn
--common
Domain name to use for certificate. If prefixed with a *., then a wildcard certificate
will be generated.
--country
--c
Country code value to use for the certificate.
--county
--locality
--l
County/Locality value to use for the certificate.
--daysNumber of days that this certificate is valid.
Default = 398
--emailEmail address value to use for the certificate.
--ipIP Addresses to use for EXT data in certificate.
Can be specified multiple times for multiple IP addresses.
Default = 127.0.0.1
--organization
--org
--o
Organization value to use for the certificate.
--state
--st
State code value to use for the certificate.
--unit
--ou
Unit value to use for the certificate.
--wildcard
--wild
If given, then the certificate will be generated as a wildcard certificate.

Keywords

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc