Quantcast
Channel: Raspberry Pi – IT Solutions Technology Blog
Viewing all articles
Browse latest Browse all 1179

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

$
0
0
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#

root@bpi-iot-jsho-minio-03:~# apt-get install certbot
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Die folgenden zusätzlichen Pakete werden installiert:
python3-acme python3-certbot python3-certifi python3-cffi-backend python3-chardet python3-configargparse python3-configobj python3-cryptography python3-distro python3-idna
python3-josepy python3-openssl python3-parsedatetime python3-pkg-resources python3-requests python3-requests-toolbelt python3-rfc3339 python3-six python3-tz python3-urllib3
python3-zope.component python3-zope.event python3-zope.hookable python3-zope.interface
Vorgeschlagene Pakete:
python3-certbot-apache python3-certbot-nginx python-certbot-doc python-acme-doc python-configobj-doc python-cryptography-doc python3-cryptography-vectors python-openssl-doc
python3-openssl-dbg python3-setuptools python3-socks python-requests-doc
Empfohlene Pakete:
python3-icu
Die folgenden NEUEN Pakete werden installiert:
certbot python3-acme python3-certbot python3-certifi python3-cffi-backend python3-chardet python3-configargparse python3-configobj python3-cryptography python3-distro python3-idna
python3-josepy python3-openssl python3-parsedatetime python3-pkg-resources python3-requests python3-requests-toolbelt python3-rfc3339 python3-six python3-tz python3-urllib3
python3-zope.component python3-zope.event python3-zope.hookable python3-zope.interface
0 aktualisiert, 25 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 1.727 kB an Archiven heruntergeladen werden.

Created symlink /etc/systemd/system/timers.target.wants/certbot.timer -> /lib/systemd/system/certbot.timer.
Trigger für man-db (2.9.4-2) werden verarbeitet …
root@bpi-iot-jsho-minio-03:~#

Viewing all articles
Browse latest Browse all 1179

Trending Articles