Host is hashbang.sh
continuous-integration/drone/push Build is passing Details

At least when sending email.
This commit is contained in:
Reynir Björnsson 2020-12-11 16:45:28 +01:00
parent 80299f086b
commit 5b8ed2626a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ let main () =
Mirage_crypto_rng_lwt.initialize ();
let cacert = Rresult.R.get_ok (load_cacert (Fpath.v cacert_path)) in
let cakey = Rresult.R.get_ok (load_cakey (Fpath.v cakey_path)) in
let t = { Cert_service.host = "de1.hashbang.sh"; cacert; cakey } in
let t = { Cert_service.host = "hashbang.sh"; cacert; cakey } in
let server_fd = Lwt_unix.socket Unix.PF_UNIX Unix.SOCK_STREAM 0 in
let old_umask = Unix.umask 0o011 in
let () = try Unix.unlink sock_path