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

Fix Custom Certificate Handling and Storage in Redis #64

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Conversation

Amygos
Copy link
Member

@Amygos Amygos commented Sep 13, 2024

This PR addresses several issues related to the handling and storage of custom certificates, ensuring proper functionality and format consistency.

Key Changes:

  1. Fix event payload in upload-certificate
    Adjusted the event payload structure to ensure correct handling of certificate uploads.

  2. Fix certificate format in Redis
    Ensured certificates are stored in base64 format within Redis for consistency and correct retrieval.

  3. Tests for custom certificate storage
    Added tests to verify that custom certificates are properly stored in Redis using base64 encoding.

NethServer/dev#6986

Ensure that certificates are stored in Redis using base64 encoding.
Ensure certificates are stored in base64 format within the Redis DB.
@Amygos Amygos merged commit 24bfaa1 into main Sep 16, 2024
4 checks passed
@Amygos Amygos deleted the fix_custom_certs branch September 16, 2024 12:16
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