Skip to content

Commit

Permalink
add custom domain name to cert setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Sep 8, 2024
1 parent 3e5824f commit 51054f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run = [
"mise reshim",
# Create certificates for localhost
"mkcert -install",
"mkdir -p .ssh && mkcert -cert-file=.ssh/cert.pem -key-file=.ssh/cert-key.pem localhost 127.0.0.1 ::1",
"mkdir -p .ssh && mkcert -cert-file=.ssh/cert.pem -key-file=.ssh/cert-key.pem localhost 127.0.0.1 ::1 ${DOMAIN_NAME}",
]
sources = ["go.mod", ".mise.toml", "*/**/*.go"]
outputs = ["go.sum"]
Expand Down

0 comments on commit 51054f7

Please sign in to comment.