Results 5 comments of Luke Schlather

There is an API now. It is rather cumbersome. Also I'm not sure it's possible to integrate the API into the CLI because the API doesn't support PAT authentication. I...

What I have been envisioning is that I can have a cron that loads the existing certs from cloud storage, runs certbot to issue a DNS challenge, and then copies...

I'm confused by the assertion that Dapr needs to have a single key to work without downtime. Why can't Dapr simply support multiple root certificates?

This is what I arrived at: ``` import logging import sys from pythonjsonlogger import jsonlogger logger = logging.getLogger() logger.setLevel(logging.INFO) logHandler = logging.StreamHandler(sys.stdout) # e.g. {"message": "", "levelname": "INFO", "filename": ".py",...

I am also interested in if there's a way to do this.