mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-26 08:53:52 +01:00
test: fix private_keys test
This commit is contained in:
parent
6c106b0fdd
commit
23c5a2379c
@ -27,9 +27,9 @@ trap cleanup EXIT
|
|||||||
|
|
||||||
declare -A key_types
|
declare -A key_types
|
||||||
key_types=( \
|
key_types=( \
|
||||||
['2048']='RSA Public-Key: (2048 bit)' \
|
['2048']='Public-Key: (2048 bit)' \
|
||||||
['3072']='RSA Public-Key: (3072 bit)' \
|
['3072']='Public-Key: (3072 bit)' \
|
||||||
['4096']='RSA Public-Key: (4096 bit)' \
|
['4096']='Public-Key: (4096 bit)' \
|
||||||
['ec-256']='prime256v1' \
|
['ec-256']='prime256v1' \
|
||||||
['ec-384']='secp384r1' \
|
['ec-384']='secp384r1' \
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user