-
Notifications
You must be signed in to change notification settings - Fork 313
Creating Certificates
freqyXin edited this page Sep 10, 2019
·
1 revision
Use —cert-wizard
create to build new SSL certificates. Certs created using this mode are automatically imported into eaphammer's static configuration.
The created server cert, along with its private key and CA certificate chain, will be saved as a single PEM file in certs/server
. The full chain file is then copied to certs/active
, which incorporates it into eaphammer's static configuration. The created certificate chain and key is then used by eaphammer until another cert is imported or created.
-
- XIV.1 - Interactive Mode
-
XIV.2 - Creating Certificates
--cert-wizard create
-
XIV.3 - Importing Certificates and Keys
--cert-wizard import
- XIV.4 - Listing Previously Imported or Created Certificates
--cert-wizard list
- XIV.5 - Regenerating Diffie Hellman (DH) Parameters
--cert-wizard dh
- XIV.6 - Overriding EAPHammer's Static Configuration