Skip to content

Configuration: Self Signed SSL Certificate

Identifier: self_signed_ssl

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

self-signed certificates are public key certificates that are not issued by a certificate authority. These self-signed certificates are easy to make and do not cost money. However, they do not provide any trust value.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  self_signed_ssl:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.