Restart
- Please install the root certificate in the Trusted Root Certification Authorities store of this machine now.
+ Please install the root certificate in the Trusted Root Certification Authorities store of your client machine now.
Windows (.der) format | Linux (.pem) format
Then, restart LabCA
diff --git a/gui/templates/views/wrapup.tmpl b/gui/templates/views/wrapup.tmpl
index 73480db..491a2d5 100644
--- a/gui/templates/views/wrapup.tmpl
+++ b/gui/templates/views/wrapup.tmpl
@@ -2,7 +2,7 @@
Restart
-
Almost there! Now we will request a certificate for this website and restart one more time...
+
Almost there!
Now we will request a certificate for this website and restart one more time...

{{ template "partials/progress.tmpl" . }}
{{end}}
diff --git a/install b/install
index 2875c3e..0a648f7 100755
--- a/install
+++ b/install
@@ -634,6 +634,8 @@ config_boulder() {
sed -i -e "s|http://127.0.0.1:4000/acme/issuer-cert|http://$LABCA_FQDN/certs/ca-int.der|" config/ca-b.json
sed -i -e "s|http://boulder:4430/acme/issuer-cert|http://$LABCA_FQDN/acme/issuer-cert|" config/wfe2.json
sed -i -e "s|http://127.0.0.1:4000/acme/issuer-cert|https://$LABCA_FQDN/acme/issuer-cert|" config/wfe2.json
+ sed -i -e "s|letsencrypt/boulder|hakwerk/labca|" config/wfe.json
+ sed -i -e "s|letsencrypt/boulder|hakwerk/labca|" config/wfe2.json
sed -i -e "s|http://127.0.0.1:4002/|http://$LABCA_FQDN/ocsp/|g" config/ca-a.json
sed -i -e "s|http://127.0.0.1:4002/|http://$LABCA_FQDN/ocsp/|g" config/ca-b.json
sed -i -e "s|http://example.com/cps|http://$LABCA_FQDN/cps/|g" config/ca-a.json