This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Consistently use /usr/bin/env instead of /bin/bash for portability.
pull/773/head
Christopher Kobayashi
3 years ago
parent
ec27405840
commit
b74623a94a
25 changed files
with
25 additions
and
25 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dns_scripts/dns_add_del_aliyun.sh
+1
-1
dns_scripts/dns_add_dnspod
+1
-1
dns_scripts/dns_add_duckdns
+1
-1
dns_scripts/dns_add_godaddy
+1
-1
dns_scripts/dns_add_ionos
+1
-1
dns_scripts/dns_add_joker
+1
-1
dns_scripts/dns_add_linode
+1
-1
dns_scripts/dns_add_manual
+1
-1
dns_scripts/dns_add_nsupdate
+1
-1
dns_scripts/dns_add_ovh
+1
-1
dns_scripts/dns_add_pdns-mysql
+1
-1
dns_scripts/dns_add_windows_dns_server
+1
-1
dns_scripts/dns_del_dnspod
+1
-1
dns_scripts/dns_del_duckdns
+1
-1
dns_scripts/dns_del_godaddy
+1
-1
dns_scripts/dns_del_ionos
+1
-1
dns_scripts/dns_del_joker
+1
-1
dns_scripts/dns_del_linode
+1
-1
dns_scripts/dns_del_manual
+1
-1
dns_scripts/dns_del_nsupdate
+1
-1
dns_scripts/dns_del_ovh
+1
-1
dns_scripts/dns_del_pdns-mysql
+1
-1
dns_scripts/dns_del_windows_dns_server
+1
-1
dns_scripts/dns_godaddy
+1
-1
other_scripts/cpanel_cert_upload
+ 1
- 1
dns_scripts/dns_add_del_aliyun.sh
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
#https://blog.aymar.cn
#https://protocol.aymar.cn
PROGNAME
=
${
0
##*/
}
+ 1
- 1
dns_scripts/dns_add_dnspod
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# need to add your email address and key to dnspod below
key=${DNSPOD_API_KEY:-}
+ 1
- 1
dns_scripts/dns_add_duckdns
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# need to add your Token for duckdns below
token=${DUCKDNS_TOKEN:-}
+ 1
- 1
dns_scripts/dns_add_godaddy
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# Copyright (C) 2017, 2018 Timothe Litt litt at acm _dot org
+ 1
- 1
dns_scripts/dns_add_ionos
View File
@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/
usr/
bin/
env
bash
#
# Called as
#
+ 1
- 1
dns_scripts/dns_add_joker
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
FULLDOMAIN=$1
TOKEN=$2
+ 1
- 1
dns_scripts/dns_add_linode
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
fulldomain="${1}"
token="${2}"
+ 1
- 1
dns_scripts/dns_add_manual
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
echo "In the DNS, a new TXT record needs to be created for;"
echo "_acme-challenge.${1}"
+ 1
- 1
dns_scripts/dns_add_nsupdate
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# example of script to add token to local dns using nsupdate
+ 1
- 1
dns_scripts/dns_add_ovh
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
domains=($(echo "$1"|sed -e 's/^\(\([a-zA-Z0-9.-]*\?\)\.\)*\([a-zA-Z0-9-]\+\.[a-zA-Z-]\+\)$/"\1" _acme-challenge.\2 \3/g'))
challenge="$2"
+ 1
- 1
dns_scripts/dns_add_pdns-mysql
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# You must either have a suitable ~/.my.cnf containing a user / pass
# for your mysql / mariadb database, OR you must uncomment the next line
+ 1
- 1
dns_scripts/dns_add_windows_dns_server
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# Windows DNS server using powershell - dnscmd is going to be deprecated
# Using Windows Sublinux for executing windows commands
+ 1
- 1
dns_scripts/dns_del_dnspod
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# need to add your email address and key to dnspod below
key=${DNSPOD_API_KEY:-}
+ 1
- 1
dns_scripts/dns_del_duckdns
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# need to add your Token for duckdns below
token=${DUCKDNS_TOKEN:-}
+ 1
- 1
dns_scripts/dns_del_godaddy
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# Copyright (C) 2017,2018 Timothe Litt litt at acm _dot org
+ 1
- 1
dns_scripts/dns_del_ionos
View File
@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/
usr/
bin/
env
bash
#
# Called as
#
+ 1
- 1
dns_scripts/dns_del_joker
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
FULLDOMAIN=$1
TOKEN=$2
+ 1
- 1
dns_scripts/dns_del_linode
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
fulldomain="${1}"
api_url="https://api.linode.com/api/"
+ 1
- 1
dns_scripts/dns_del_manual
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
echo "In the DNS, the following DNS record should be deleted ;"
echo "_acme-challenge.${1}"
+ 1
- 1
dns_scripts/dns_del_nsupdate
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# example of script to remove token from local dns using nsupdate
+ 1
- 1
dns_scripts/dns_del_ovh
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
domains=($(echo "$1"|sed -e 's/^\(\([a-zA-Z0-9.-]*\?\)\.\)*\([a-zA-Z0-9-]\+\.[a-zA-Z-]\+\)$/"\1" _acme-challenge.\2 \3/g'))
#challenge="$2"
+ 1
- 1
dns_scripts/dns_del_pdns-mysql
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# You must either have a suitable ~/.my.cnf containing a user / pass
# for your mysql / mariadb database, OR you must uncomment the next line
+ 1
- 1
dns_scripts/dns_del_windows_dns_server
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# Windows DNS server using powershell - dnscmd is going to be deprecated
# Using Windows Sublinux for executing windows commands
+ 1
- 1
dns_scripts/dns_godaddy
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
# Copyright (C) 2017,2018 Timothe Litt litt at acm _dot org
+ 1
- 1
other_scripts/cpanel_cert_upload
View File
@ -1,4 +1,4 @@
#!/bin/bash
#!/
usr/
bin/
env
bash
#
# a simple script for use on shared cpanel server to automatically add the
# the certificates to cpanel if the uapi function is available
Write
Preview
Loading…
Cancel
Save