freematics-traccar-encrypted/server/generate-key.sh

5 lines
35 B
Bash
Raw Normal View History

2024-06-27 17:16:47 -06:00
#!/bin/bash
2024-06-27 17:30:09 -06:00
openssl rand -hex 32
2024-06-27 17:16:47 -06:00