How to obtain or renew Let's Encrypt certificate for SolusVM 2 Management node?

Follow
Was this article helpful?
2 out of 5 found this helpful
Return to top

Comments

2 comments

  • Avatar
    Andrew Cutler (Edited )

    The command to access the solus_nginx container would not work for me on CentOS 8 until I changed the enclosing braces {} to parentheses ().

    docker exec -ti ${docker ps --format '{{ .ID }}' -f name=solus_nginx} sh
    -bash: ${docker ps --format '{{ .ID }}' -f name=solus_nginx}: bad substitution

    docker exec -ti $(docker ps --format '{{ .ID }}' -f name=solus_nginx) sh
    / #
    0
    Comment actions Permalink
  • Avatar
    Hal Bouma

    It would be helpful if you also told us how to setup a cron job for this so that we don't have to look at this article every 3 months for renewing it. Thanks.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request