Skip to content
cbrosius edited this page Dec 28, 2024 · 4 revisions

How do I change the default password?

To change the default password, go to the Settings page and use the "Change Password" form. Enter your old password, new password, and confirm the new password. Click "Change Password" to save the new password.

How do I switch between dark and light modes?

Click the theme switch icon in the top right corner of the navigation bar to toggle between dark and light modes.

How do I add DNS names and IP addresses for the Certificate Manager?

Go to the Settings page and use the "Certificate Manager Certificate Defaults" section to add DNS names and IP addresses. Click the "Add" button to add new entries.

How do I recreate the HomeLab Certificate Manager Certificate? Go to the Settings page and use the "Recreate HomeLab Certificate Manager Certificate" button. Ensure that all required fields are filled in before clicking the button.

Where are the certificates stored?

All certificates are stored in the [data] directory within the application directory.

How do I download the Docker image?

You can download the Docker image from the GitHub repository using the following command: docker pull ghcr.io/cbrosius/homelab_cert_manager/homelab_cert_manager:latest

How do I build the project locally?

Clone the repository and compile the project using the following commands: git clone https://github.com/cbrosius/homelab_cert_manager.git cd homelab_cert_manager go build -o homelab_cert_manager main.go ./homelab_cert_manager

Clone this wiki locally