Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix: use sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Dec 19, 2023
1 parent af96ce8 commit cc44e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssl/certbot
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/sh

certbot --nginx -d endroid.nl --non-interactive --agree-tos --email [email protected]
2 changes: 1 addition & 1 deletion ssl/generate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

openssl genrsa -des3 -out symfony.key -passout pass:symfony 2048
openssl req -x509 -new -nodes -key symfony.key -sha256 -days 20000 -out symfony.pem -passin pass:symfony -subj "/C=US/CN=localhost"
Expand Down

0 comments on commit cc44e80

Please sign in to comment.