Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes for APIM 4.4.0 release #4072

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

RakhithaRR
Copy link

Purpose

This PR renews the key and cert expiry dates

Keypair in the keystore is updated to match the macOS requirements, as mentioned here.

Below extensions were added to the public key.

  • Extended Key Usage is added with the below options.

    1. TLS Web Server Authentication
    2. TLS Web Client Authentication
  • Key Usage is added with below options

    1. Digital Signature
    2. Non-Repudiation
    3. Key Encipherment
    4. Data Encipherment
  • Subject Alternative Name added with DNS Name: localhost

  • Subject Key Identifier added with 160-bit Hash

  • Validity period: 825 days from the created date.

@RakhithaRR
Copy link
Author

Screenshot 2024-09-10 at 10 13 30

@RakhithaRR RakhithaRR merged commit 9dd2f46 into wso2:4.9.x Sep 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants