freematics-traccar-encrypted/generate-key.sh

5 lines
50 B
Bash
Raw Normal View History

2024-06-27 17:16:47 -06:00
#!/bin/bash
echo "Key: $(openssl rand -hex 32)"