Skip to content

Создание самоподписанного (selfsigned) сертификата

openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \
  -keyout private.key -out public.crt -subj "/CN=s3-storage-01" \
  -addext "subjectAltName=DNS:s3-storage-01,DNS:localhost,DNS:localhost.localdomain,IP:127.0.0.1,IP:10.100.255.112"

Published inLinux

Be First to Comment

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *