certificate

Issue with DNS Naming and Certificates LDAP Context

半城伤御伤魂 提交于 2021-02-08 11:08:30
问题 With the last update of Java 1.8.0_181 I have an issue when I try to create a LDAPS connection to Active Directory. Up to version 1.8.0_171 using the following code I could create it without issues Hashtable<String, Object> objEnvironment; objEnvironment = new Hashtable<String, Object>(11); objEnvironment.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); objEnvironment.put(Context.PROVIDER_URL, "LDAPS://domain:636"); objEnvironment.put(Context.SECURITY_AUTHENTICATION,

Issue with DNS Naming and Certificates LDAP Context

送分小仙女□ 提交于 2021-02-08 11:06:27
问题 With the last update of Java 1.8.0_181 I have an issue when I try to create a LDAPS connection to Active Directory. Up to version 1.8.0_171 using the following code I could create it without issues Hashtable<String, Object> objEnvironment; objEnvironment = new Hashtable<String, Object>(11); objEnvironment.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); objEnvironment.put(Context.PROVIDER_URL, "LDAPS://domain:636"); objEnvironment.put(Context.SECURITY_AUTHENTICATION,

Getting SmartCard certificate into Windows service local store (mmc)

旧街凉风 提交于 2021-02-08 07:38:43
问题 I need the certificate from my smart card to be in the Windows service local sotre. I opened the store with mmc -> snap-in -> certificates. I used different little tools to see informations(ATR etc.) about my smartcard and they all worked out. I can see a lot of certificates there, but the one from my smartcard is missing in the store. The folder 'Smartcard trusted Roots' is empty. Windows gets the .cer/.pfx-data from smart cards automatically, right? Or is there no chance, i can do it

How to use Microsoft Graph API with Certificates (INTUNE)

大城市里の小女人 提交于 2021-02-08 06:33:51
问题 C# code to access MS GRAPH API (IN THIS CASE INTUNE) and use certificates for authentication. This is based on article to be found here: https://laurakokkarinen.com/authenticating-to-office-365-apis-with-a-certificate-step-by-step/comment-page-2/#comment-697 The first is a powershell script to generate certificate. Then there is a logger interface and configurator to read from JSON file. Thereupon there is a READER using asynchronous calls to authenticate with API and get in return a token. #

Keycloak from docker Letsencrypt cert and ERR_SSL_VERSION_OR_CIPHER_MISMATCH

可紊 提交于 2021-02-08 03:26:19
问题 I'm trying to run Keycloak from a Docker image available on: Docker Hub here. If I run my container using the command: docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=test -v /opt/mountedcertificate:/etc/x509/https -p 8443:8443 jboss/keycloak Setting the volume according to the instruction from previously mentioned website for this image: Setting up TLS(SSL) Keycloak image allows you to specify both a private key and a certificate for serving HTTPS. In that case you need to provide two

Imported SSL Cert not listed for ALB Listener

人走茶凉 提交于 2021-02-07 20:01:25
问题 I have created an SSL cert via DigiCert and imported to ACM. (I require the same SSL to be applied to both ALB and the Application, and since there's no way to import ACM certs, I had to follow this way) I have successfully imported the SSL and can see it in the console. However, I cannot apply it to ALB 443 Listener. I provided the Cert ARN to the CloudFormation template and it fails stating certificate don't exist. I have tried to manually update the 443 Listener, but the cert is not listed

What happens if I have expired additional certificate in the chain with alternate trust path?

帅比萌擦擦* 提交于 2021-02-07 12:15:35
问题 I have a certificate, issued by Sectigo (former Comodo Positive SSL product). It's in good condition and expires in 1 year and 7 months. This certificate issued by Sectigo RSA Domain Validation Secure Server CA. There are two intermediate certificates in the CA chain, provided by the vendor: the closest Sectigo RSA Domain Validation Secure Server CA and next intermediate USERTrust RSA Certification Authority, which expires on May 30, 2020. Intermediate USERTrust RSA Certification Authority

What happens if I have expired additional certificate in the chain with alternate trust path?

徘徊边缘 提交于 2021-02-07 12:14:23
问题 I have a certificate, issued by Sectigo (former Comodo Positive SSL product). It's in good condition and expires in 1 year and 7 months. This certificate issued by Sectigo RSA Domain Validation Secure Server CA. There are two intermediate certificates in the CA chain, provided by the vendor: the closest Sectigo RSA Domain Validation Secure Server CA and next intermediate USERTrust RSA Certification Authority, which expires on May 30, 2020. Intermediate USERTrust RSA Certification Authority

What happens if I have expired additional certificate in the chain with alternate trust path?

 ̄綄美尐妖づ 提交于 2021-02-07 12:13:43
问题 I have a certificate, issued by Sectigo (former Comodo Positive SSL product). It's in good condition and expires in 1 year and 7 months. This certificate issued by Sectigo RSA Domain Validation Secure Server CA. There are two intermediate certificates in the CA chain, provided by the vendor: the closest Sectigo RSA Domain Validation Secure Server CA and next intermediate USERTrust RSA Certification Authority, which expires on May 30, 2020. Intermediate USERTrust RSA Certification Authority

What happens if I have expired additional certificate in the chain with alternate trust path?

旧街凉风 提交于 2021-02-07 12:12:31
问题 I have a certificate, issued by Sectigo (former Comodo Positive SSL product). It's in good condition and expires in 1 year and 7 months. This certificate issued by Sectigo RSA Domain Validation Secure Server CA. There are two intermediate certificates in the CA chain, provided by the vendor: the closest Sectigo RSA Domain Validation Secure Server CA and next intermediate USERTrust RSA Certification Authority, which expires on May 30, 2020. Intermediate USERTrust RSA Certification Authority