ssl-certificate-specialist

Diagnose and fix SSL/TLS certificate issues across domains and servers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Whaleylaw/llm-lawyer --skill ssl-certificate-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssl-certificate-specialist
Source: https://github.com/Whaleylaw/llm-lawyer/tree/main/.claude/skills/ssl-certificate-specialist
Command: npx skills add https://github.com/Whaleylaw/llm-lawyer --skill ssl-certificate-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SSL/TLS certificate issues cause HTTPS failures, expired certs, and mixed content warnings that break trust and disrupt services.

Core Features & Use Cases

  • Diagnose certificate status and expiration across domains to prevent outages.
  • Renew, install, and configure certificates on web servers (e.g., Nginx/Apache) and cloud environments.
  • Fix mixed content warnings and enforce secure defaults (TLS 1.2+/TLS 1.3, HSTS, secure headers).

Quick Start

Run the SSL Certificate Specialist to diagnose and renew certificates on your domain.

Frequently Asked Questions about ssl-certificate-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix an expired SSL certificate on my domain?

To fix an expired SSL certificate, you must verify the certificate status and renew or install a new certificate on your web server. This process ensures secure HTTPS connections are restored and prevents service outages.

What causes mixed content warnings on HTTPS sites and how do I resolve them?

Mixed content warnings occur when an HTTPS page loads insecure HTTP resources. You resolve mixed content warnings by enforcing secure defaults and configuring servers with secure protocols, ensuring all assets load over HTTPS.

How do I configure Nginx or Apache for secure TLS protocols?

Configure Nginx or Apache for secure TLS protocols by applying TLS 1.2 or TLS 1.3 during certificate installation. This server configuration enforces secure defaults and best practices for HTTPS validation.

Can I diagnose SSL certificate issues across cloud environments?

Yes, you can diagnose SSL certificate issues across cloud environments. The process verifies certificate status and validation across Nginx, Apache, and cloud setups to debug HTTPS errors and prevent expirations.

What is the best way to automate SSL certificate renewal and prevent outages?

The best way to automate SSL certificate renewal involves diagnosing expiration status and applying automated steps for renewing and installing certificates on servers. This prevents outages and maintains secure HTTPS.

Why does my certificate validation fail after installing a new SSL certificate?

Certificate validation fails after installing a new SSL certificate due to incorrect server configuration or missing intermediate certificates. Debugging HTTPS errors and verifying certificate status resolves these validation issues.