Skip to content

Bash script to set up TLS certificates using Certbot and Let's Encrypt.

Notifications You must be signed in to change notification settings

dejisec/HTTPsC2DoneRight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

HTTPsC2DoneRight.sh

Overview

HTTPsC2DoneRight.sh is a Bash script designed to set up TLS certificates for a specified domain using Certbot and Let's Encrypt.

Requirements

  • Root privileges
  • A valid domain name with an A record already pointing to the server where the script is executed.

Usage

Run the script with root privileges, providing the domain name and a password for the keystore as arguments:

sudo ./HTTPsC2DoneRight.sh --domain <domain> --password <password> [--verbose|--debug]

Example

sudo ./HTTPsC2DoneRight.sh my.domain.com mySecurePassword

Features

  • Generates TLS certificates for the specified domain.
  • Creates a Java keystore from the obtained certificates.

Credit

https://raw.githubusercontent.com/ad0nis/CobaltStrike-ToolKit/patch-1/HTTPsC2DoneRight.sh https://github.com/FortyNorthSecurity/RandomScripts/blob/main/Cobalt%20Scripts/httpsc2doneright.sh

About

Bash script to set up TLS certificates using Certbot and Let's Encrypt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages