LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

openssl-cli - OpenSSL CLI Certificate and TLS Operations

Execute OpenSSL CLI commands for certificates and TLS operations

Tags

Updated: 2026-03-10

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • inspect PEM certificate
  • check certificate expiry
  • check server certificate
  • show certificate chain
  • generate RSA private key
  • generate EC private key
  • create CSR
  • create self-signed certificate
  • verify certificate
  • check key matching
  • convert certificate format
  • export PKCS12
  • import PKCS12
  • decode base64
  • check OCSP status

Inputs

  • PEM certificate file
  • certificate file
  • private key file
  • CSR file
  • PKCS12 file
  • server hostname
  • CA bundle file

Outputs

  • certificate text output
  • certificate expiry date
  • certificate chain
  • RSA private key
  • EC private key
  • CSR
  • self-signed certificate
  • verification result
  • DER certificate
  • PKCS12 file
  • PEM file
  • decoded binary
  • OCSP status

Requirements

  • OpenSSL installed
  • shell access
  • file system permissions

Source

  • Spec: SKILL.md
certificate
TLS
SSL
OpenSSL
encryption
security
inspect PEM certificate
check certificate expiry
check server certificate
show certificate chain
PEM certificate file
certificate file
private key file
certificate text output
certificate expiry date
certificate chain