Add +x to script

This commit is contained in:
Ruben Solvang 2025-03-03 13:32:12 +01:00
parent fcca723a7a
commit 75a8370c9f
2 changed files with 1 additions and 6 deletions

View file

@ -31,12 +31,7 @@ git clone <repository-url>
cd certman cd certman
``` ```
2. Make the script executable: 2. Create a `.env` file with your configuration:
```bash
chmod +x certman.sh
```
3. Create a `.env` file with your configuration:
```bash ```bash
# Server Configuration # Server Configuration
CERTWARDEN_SERVER="certwarden.dmz.skyfritt.net:443" CERTWARDEN_SERVER="certwarden.dmz.skyfritt.net:443"

0
certman.sh Normal file → Executable file
View file