Skip to content

Fix incorrect rladmin command in create-certificates.md (fixes #3737) - #3807

Open
harshh6305 wants to merge 1 commit into
redis:mainfrom
harshh6305:fix/rladmin-certificates
Open

Fix incorrect rladmin command in create-certificates.md (fixes #3737)#3807
harshh6305 wants to merge 1 commit into
redis:mainfrom
harshh6305:fix/rladmin-certificates

Conversation

@harshh6305

@harshh6305 harshh6305 commented Aug 13, 2026

Copy link
Copy Markdown

Fixes #3737

Problem

The "Install certificates" section instructed users to check certificate status using:

   rladmin status certificates

This command doesn't work — rladmin has no certificates subcommand, resulting in:

   ERROR: invalid token 'certificates'

Fix

Replaced the incorrect command with an openssl x509 command to verify the installed certificate's expiration dates, as suggested in the issue.


Note

Low Risk
Documentation-only change with no runtime or security impact.

Overview
Fixes the Install certificates verification step in create-certificates.md by replacing the non-existent rladmin status certificates command (which errors with invalid token 'certificates') with openssl x509 -in /path/to/redis-cert-chain.pem -noout -dates so readers can confirm the installed cert’s validity dates after upload.

Reviewed by Cursor Bugbot for commit 4a70fdf. Bugbot is set up for automated code reviews on this repo. Configure here.

@dwdougherty dwdougherty added the rs Redis Software label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rs Redis Software

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feedback: Create certificates

3 participants