python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to self sign certificate nginx ingress k3s
I'm new to K3s, and have struggle with this step for a few days.
Environment: Ubuntu 20.04 | K3s installation without Traefik.
K3s installation script:
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=...
Gordon Khanh Ng.
Votes: 0
Answers: 2
JMS to MQ message publishing error: "unable to find valid certification path to requested target"
I'm trying to connect to a SSL enabled MQ channel in order to place a message using JMS(within Spring boot app) . below are the connection factory properties set before sending the message. I'm gettin...
user1672382
Votes: 0
Answers: 1
error while using Self signed ssl certificate for Mqtt broker
I was using mosquito broker with user name and password authentication. Broker URL is made public so that it can be accessed by a Django web site and raspberry pi
now am trying to implement ssl certif...
Aneesh
Votes: 0
Answers: 1
Using self signed certificate
I used this to generate .crt and .key files:
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout example.key -out example.crt -subj "/CN=example.com" -addext "subject...
Rony Tesler
Votes: 0
Answers: 0