mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
With this commit, it is advised to `rm ./data/root_ca.crt ./data/*.pem`, as new certificates and a root CA will be generated while utilizing the step volume. Closes #367 Signed-off-by: Kevin Morris <kevr@0cost.org>
2 lines
54 B
Bash
Executable file
2 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
exec curl -qkiI 'https://localhost:8443/'
|