Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattrees committed Jul 10, 2024
1 parent 264f26a commit c4b9b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Note: You will be asked for a `virtual_ip` during installation of the HAProxy ch
Pass an empty value to disable it, or any valid IP to enable; the Keepalived charm will be installed to enable connecting to HA MAAS using the VIP.

#### TLS Termination at HA Proxy

While deploying HA Proxy, MAAS Anvil will ask you for filepaths pointing to an SSL certificate and private key. If passed, HA Proxy will be configured to use the given certificate and key for TLS termination. To skip TLS configuration, enter nothing when prompted for the certificate and key files (this is the behavior if `--accept-defaults` is passed).

Note that the certificate and key must be accessible by the `maas-anvil` snap; please make sure these files are in a directory that can be accessed, such as `$HOME/.config/anvil`.
Expand Down
1 change: 1 addition & 0 deletions anvil-python/anvil/commands/haproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import ipaddress
import logging
from os import environ, mkdir
Expand Down

0 comments on commit c4b9b4e

Please sign in to comment.