Banana Pi BPI-M1 – OpenSSL SSL how to use a private key and public certificate with an S3-compatible object storage server with MinIO on Armbian Bullseye

root@bpi-iot-jsho-minio-03:~# cd .minio/certs
root@bpi-iot-jsho-minio-03:~/.minio/certs# openssl req -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out public.crt -keyout private.key
Generating a RSA private key
……………………………………………..++++
……………………………………………..++++
writing new private key to ‚private.key‘
—–
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‚.‘, the field will be left blank.
—–
Country Name (2 letter code) [AU]:DE
State or Province Name (full name) [Some-State]:Bavarian
Locality Name (eg, city) []:St.Wolfgang
Organization Name (eg, company) [Internet Widgits Pty Ltd]:JSHO
Organizational Unit Name (eg, section) []:JSHO
Common Name (e.g. server FQDN or YOUR name) []:bpi-iot-jsho-minio-03.fritz.box
Email Address []:josef.schuster@dpsolution.de
root@bpi-iot-jsho-minio-03:~/.minio/certs#

Leave a Reply

You must be logged in to post a comment.