feat: adapt on nginx versionning
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 24s
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 24s
This commit is contained in:
10
README.md
10
README.md
@@ -11,7 +11,7 @@ Build an RPM package which will install several tools.
|
||||
- `Certbot` certificates with:
|
||||
- ovh configuration to renew certs
|
||||
- a command tool certbot_renew
|
||||
- a systemctl certbot renew timer
|
||||
- a systemctl Certbot renew timer
|
||||
|
||||
|
||||
# Development
|
||||
@@ -32,7 +32,7 @@ A `Makefile` is integrated to let you run some basic commands.
|
||||
make tarball
|
||||
```
|
||||
|
||||
- Build an rpm package:
|
||||
- Build a rpm package:
|
||||
```shell
|
||||
rpmbuild -ba netoik-rp.spec
|
||||
```
|
||||
@@ -75,10 +75,10 @@ Some commands to deploy the RPM package on server
|
||||
dnf search --showduplicates netoik-rp
|
||||
```
|
||||
|
||||
- Create certbot ovh credentials here:
|
||||
- Create Certbot ovh credentials here:
|
||||
[www.ovh.com/auth/api/createToken](https://www.ovh.com/auth/api/createToken)
|
||||
|
||||
- Setup environemnt file (fill values):
|
||||
- Setup environment file (fill values):
|
||||
```shell
|
||||
cat > ~/.netoik-rp.env << EOF
|
||||
OVH_ENDPOINT=""
|
||||
@@ -98,7 +98,7 @@ Some commands to deploy the RPM package on server
|
||||
set +a
|
||||
```
|
||||
|
||||
- Install or upgrade without certbot (for testing environment)
|
||||
- Install or upgrade without Certbot (for testing environment)
|
||||
```shell
|
||||
SKIP_CERTBOT=true dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user