Skip to content

nginx/selfsign: non-standard RSA key size used #2034

Description

@alxndrsn

At

openssl req -x509 -newkey rsa:4086 \
, key size is set to 4086 bytes. Normal would be 4096.

It looks like this was copied from https://github.com/MarvAmBass/docker-nginx-ssl-secure/, which was the original base image used for nginx in this repo (marvambass/nginx-ssl-secure) in 7cd48f7.

There are unlikely to be advantages to using a marginally smaller key, but it might confuse some tooling.

Fixed upstream, per MarvAmBass/docker-nginx-ssl-secure#8.

Metadata

Metadata

Assignees

Labels

opsDocker, nginx, ops to deploy Central

Type

No type

Projects

Status
✅ done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions