Questions tagged [zerossl]

ZeroSSL is a free SSL certificate service similar to Let's Encrypt. ZeroSSL provides a user interface (GUI), ACME integration, and a REST API. Both 90-day and 1-year certificates are supported.

ZeroSSL is a one-stop solution for SSL certificate creation and management, allowing users to create website security certificates issued by ZeroSSL either using a fast and straightforward user interface, using ACME integrations, or using a full-fledged SSL REST API. ZeroSSL supports single-domain, multi-domain and wildcard certificates with the option of choosing between 90-day as well as 1-year certificate validity.

16 questions
13
votes
2 answers

SSL on Nginx throws error (SSL: error:0908F066:PEM routines:get_header_and_data:bad end line)

I generated my SSL from SSLforFree/ZeroSSL, and according to the steps for installation listed on their website, https://zerossl.com/help/installation/nginx/ Downloaded the SSL Files Moved them to the Server Merged the certificate.crt &…
Sarthik Gupta
  • 852
  • 11
  • 15
5
votes
2 answers

Creating SSL Certs For google app engine Using ZeroSSL And Let's Encrypt

I'm trying to install ssl certificates created using the ZeroSSL.com page for Let's Encrypt, into the Google Cloud Platform. I followed the FREE SSL Certificate Wizard to do so. The ZeroSSL page generates four files in the process: …
ernesto
  • 135
  • 1
  • 8
3
votes
2 answers

ZeroSSL credits (rthese same domain, but I cant' renew)

I have a expiored in some days SSL cert in zeroSSL panel, but I cant't renew it becouse I have 3/3 certificates generated. 1 is still active, but other two is Expired (it has been generated early for these same domain). Is it possible to delete…
Arlid
  • 99
  • 9
1
vote
1 answer

Dataframe remove zeros beggining and end

I have a dataframe df like this | Time | variable one | | -----------| -------------| | 2022-11-09 | 0 | | 2022-11-10 | 0 | | 2022-11-11 | 2 | | 2022-11-12 | 7 | | 2022-11-13 | 0 | |…
0
votes
0 answers

Getting error when trying to install SSL certificate to secure site

Our team tried to install the SSL certificate provided by ZeroSSL on mapblazer.com and got errors shown below towards the bottom. I have shared the Apache error log below that includes all necessary information about server version, parameters etc.…
0
votes
0 answers

Zero SSL API POST Request Format?

I need zero ssl API post request format $response = Http::post('https://api.zerossl.com/certificates', [ 'certificate_domains' => [$domain], 'certificate_csr' => $csrContent, 'certificate_validity_days' => 90, 'strict_domains' => 1,…
Kabilan N
  • 21
  • 1
0
votes
0 answers

How to communicate(=upload) with SSL-protected server with Python?

Background I build up a SSL-protected server on AWS(EC2). I installed Python v3.10.10 and confirmed that ssl module can be imported successfully. I registered my domain name on ZeroSSL and my domain is shown to be successfully issued. I use nginx as…
kazutaka
  • 39
  • 1
  • 6
0
votes
0 answers

Error installing SSL Certificate using cPanel Terminal install_ssl through UAPI

I have used terminal in my cPanel to install (and auto-renew) ZeroSSL (Let's Encrypt) certificates for many domains. Today, when I tried to do the same, it gave me an error and continues to do so for any domain that I try to install through this…
0
votes
0 answers

cert-manager zerossl without EAB or API key

I have a Kubernetes cluster with nginx ingress. I am trying to have ZeroSSL to provision SSL. I have setup ClusterIssuer and Ingress. The cluster issuer fails with error "Failed to register ACME account: 400…
infinite_loop
  • 131
  • 1
  • 10
0
votes
0 answers

ZeroSSL Renew SSL Certification

So, my SSL certificate is about to be expired soon (in 2 weeks). I have just successfully issued a renew certificate yesterday, but when I check my website, it still shows the old certificate. Is there a way to just use the new certificate like…
jyra
  • 3
  • 4
0
votes
1 answer

SSL certificate on Heroku app not working

I recently downloaded an SSL certificate from zeroSSL.com and set it up in my Heroku CLI. Now the website still uses HTTP but it shows that an SSL certificate has been added on heroku.
0
votes
0 answers

Install ZeroSSL certificates on AWS ELB HTTPS listener for Keycloak deployed on ECS

I want to add a certificate on my HTTPS listener in AWS ELB with a wildcard (keycloak.website.com) from zerossl. I imported the certificate in ACM and use it on the listener. But it seems like I messed something but don't know where. Here are my…
0
votes
1 answer

Use ZeroSSL with ghost instead of Let's Encrypt

Good day! I have been trying out ghost with my domain for a while now! I never knew about the Let's Encrypt Rate Limit so I messed things up by installing and uninstalling repeatedly till I couldn't get another SSL from let's encrypt again! I'm…
0
votes
1 answer

ZeroSSL Certificate Mismatch

I just downloaded a certificate from ZeroSSL and got it working, but when I try to access the site, Google Chrome prevents me from visiting because of an invalid certificate error. I tried running the SSL Labs server test…
Basketbla
  • 31
  • 5
0
votes
1 answer

Spring boot oauth + ssl: Unable to access resource due to certificate error

I am running a local Spring boot app that uses oauth2.0 and ssl. I am using a zerossl signed certificate which is stored in /src/main/resources, and I've imported into the keychain in the project resources. I am able to retrieve a token and call the…
foobar
  • 1
  • 2
1
2