mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
10 lines
194 B
Bash
Executable File
10 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# if [ ! -f /data/certs/cert.pem ]; then
|
|
# echo "Generating certs"
|
|
# /sbin/kanidmd cert-generate -c /data/server.toml
|
|
# fi
|
|
|
|
/sbin/kanidmd server -c /data/server.toml |