cloudflare-ca-bot
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
46
19367
13