4 lines
104 B
Bash
4 lines
104 B
Bash
#!/bin/bash
|
|
|
|
# Postgresql server will reject key files with liberal permissions
|
|
chmod og-rwx server.key
|