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

cloudflare-ca-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-ca-bot - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

4

package.json
{
"name": "cloudflare-ca-bot",
"description": "Command-line application to make it easy to provision and automatically renew Cloudflare CA certificates",
"version": "1.0.0",
"version": "1.0.1",
"author": "Alex Corn <mckay@doctormckay.com>",

@@ -10,3 +10,3 @@ "bin": {

"scripts": {
"install": "mkdir /etc/cfcabot /etc/cfcabot/csr /etc/cfcabot/private /etc/cfcabot/cert /etc/cfcabot/latest && chmod 777 /etc/cfcabot -R"
"install": "mkdir /etc/cfcabot /etc/cfcabot/csr /etc/cfcabot/private /etc/cfcabot/cert && chmod 777 /etc/cfcabot -R"
},

@@ -13,0 +13,0 @@ "repository": {

@@ -13,4 +13,7 @@ # Cloudflare Origin CA Bot

$ sudo npm install -g cloudflare-ca-bot
$ sudo npm install -g --unsafe-perm true cloudflare-ca-bot
The `--unsafe-perm true` argument is required so that the install script can run as root, which is required to create
directories in `/etc`.
Finally, run it (as any user):

@@ -17,0 +20,0 @@

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