lets-encrypt

How to use Jetty with Let's Encrypt certificates?

那年仲夏 提交于 2020-08-04 04:33:52
问题 I want to use certificates from Let's Encrypt with a large count of Jetty servers. One of the problems is that the certificates from Let's Encrypt has a lifetime of 90 days. To handle this the Jetty server or some extra code must renew the certificate frequently. Can Jetty handle this self? If yes how can I enable this? If I need to implement it self with a Java client then how can I replace the certificate dynamically via Jetty API without a restart of the Jetty server? Edit: Some related

How to use Jetty with Let's Encrypt certificates?

雨燕双飞 提交于 2020-08-04 04:33:43
问题 I want to use certificates from Let's Encrypt with a large count of Jetty servers. One of the problems is that the certificates from Let's Encrypt has a lifetime of 90 days. To handle this the Jetty server or some extra code must renew the certificate frequently. Can Jetty handle this self? If yes how can I enable this? If I need to implement it self with a Java client then how can I replace the certificate dynamically via Jetty API without a restart of the Jetty server? Edit: Some related

How to use Jetty with Let's Encrypt certificates?

情到浓时终转凉″ 提交于 2020-08-04 04:33:32
问题 I want to use certificates from Let's Encrypt with a large count of Jetty servers. One of the problems is that the certificates from Let's Encrypt has a lifetime of 90 days. To handle this the Jetty server or some extra code must renew the certificate frequently. Can Jetty handle this self? If yes how can I enable this? If I need to implement it self with a Java client then how can I replace the certificate dynamically via Jetty API without a restart of the Jetty server? Edit: Some related

How to use Jetty with Let's Encrypt certificates?

拟墨画扇 提交于 2020-08-04 04:33:12
问题 I want to use certificates from Let's Encrypt with a large count of Jetty servers. One of the problems is that the certificates from Let's Encrypt has a lifetime of 90 days. To handle this the Jetty server or some extra code must renew the certificate frequently. Can Jetty handle this self? If yes how can I enable this? If I need to implement it self with a Java client then how can I replace the certificate dynamically via Jetty API without a restart of the Jetty server? Edit: Some related

Istio Kubernetes Ingress with Cert-Manager: no matches for kind “Certificate” in version “certmanager.k8s.io/v1alpha1”

喜欢而已 提交于 2020-07-23 07:38:25
问题 I'm trying to configure HTTPS for my K8s/Istio cluster. I'm following this official tutorial step by step multiple times from scratch and get the same error every time when try to create a Certificate resource. no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1" I tried to install cert-manager and its CRD manually based on official docs and no help. cert-manager-5ff755b6d5-9ncgr 1/1 Running 0 6m55s cert-manager-cainjector-576978ffc8-4db4l 1/1 Running 0 6m55s cert

Istio Kubernetes Ingress with Cert-Manager: no matches for kind “Certificate” in version “certmanager.k8s.io/v1alpha1”

被刻印的时光 ゝ 提交于 2020-07-23 07:38:25
问题 I'm trying to configure HTTPS for my K8s/Istio cluster. I'm following this official tutorial step by step multiple times from scratch and get the same error every time when try to create a Certificate resource. no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1" I tried to install cert-manager and its CRD manually based on official docs and no help. cert-manager-5ff755b6d5-9ncgr 1/1 Running 0 6m55s cert-manager-cainjector-576978ffc8-4db4l 1/1 Running 0 6m55s cert

Istio Kubernetes Ingress with Cert-Manager: no matches for kind “Certificate” in version “certmanager.k8s.io/v1alpha1”

ぐ巨炮叔叔 提交于 2020-07-23 07:36:06
问题 I'm trying to configure HTTPS for my K8s/Istio cluster. I'm following this official tutorial step by step multiple times from scratch and get the same error every time when try to create a Certificate resource. no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1" I tried to install cert-manager and its CRD manually based on official docs and no help. cert-manager-5ff755b6d5-9ncgr 1/1 Running 0 6m55s cert-manager-cainjector-576978ffc8-4db4l 1/1 Running 0 6m55s cert

How to setup Letsencrypt for Google Cloud Compute Engine load balancer?

不问归期 提交于 2020-07-17 01:20:13
问题 I've setup my Google Cloud Project to use a load balancer in combination with auto scaling instance templates. Currently the instance group only has one instance. My domain name successfully refers to the load balancers IP. Till these steps everything is working correctly. Now I want to setup SSL for this project. I would like to do this with the Letsencrypt service, however I'm having no success when trying to set this up. In the Google Cloud Engine load balancer window there is an option to

How to renew Letsecncrypt certificates with the same public key

谁说胖子不能爱 提交于 2020-06-29 05:21:39
问题 To use Traefik 1.7 on APIs for serving mobile apps that require the use of certificate pinning on the public key, it's necessary to configure the acme section on the toml file to reuse the same private/public key pair when renewing the certificates, but I don't find anywhere in the docs how I can do it. So I am looking for the same behavior that I believe the --reuse-key in certbot gives: --reuse-key When renewing, use the same private key as the existing certificate. (default: False) NOTE: I