DocsAWS 101Blog
← Back to Blog

Certificates that look like AWS's

September 22, 2026 · v1.5.15

v1.5.15 is a small release with one theme running through it: things MiniStack stored and then ignored. An ECS task definition's awslogs configuration went nowhere, a KMS key created with Origin=EXTERNAL refused every spec but the symmetric one, an OpenAPI body's securityDefinitions were discarded on import, and the RDS server certificate could not even be generated once an endpoint outgrew the X.509 common-name limit.

New

Fixes

Internal

Upgrade

docker pull ministackorg/ministack:1.5.15
docker run -d -p 4566:4566 ministackorg/ministack:1.5.15

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.5.15
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.