Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always mount CA certificates and keys using in-memory files #299

Merged
merged 2 commits into from
Feb 1, 2022

Commits on Jan 31, 2022

  1. Always mount CA certificates and keys using in-memory files

    - Remove `VolumeCA` as we don't mount the file as a volume anymore.
    - Remove `COMPLEMENT_CA` as we always mount regardless of whether or not the Homeserver image uses it.
    - Rejig when and where the CA cert/key is made. Now it is automatically made when a `config.Complement` is made.
    - Remove unused/redundant params for `deployImage`.
    kegsay committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c1c3277 View commit details
    Browse the repository at this point in the history
  2. No lint gocyclo

    kegsay committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    9106eac View commit details
    Browse the repository at this point in the history