| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
| title | Unsafe HTTPS |
|---|---|
| category | target |
| type | Website |
| state | released |
| appVersion | v1.0.0 |
| usecase | Modern insecure web application |
Unsafe https Server for SSL Checking. Can be used for scanners that check for unsafe ssl certificates, as the server uses a self-signed certificate which contains both private and public key and is not authorized by a third party.
The unsafe-https chart can be deployed via helm:
# Install HelmChart (use -n to configure another namespace)
helm upgrade --install unsafe-https oci://ghcr.io/securecodebox/helm/unsafe-https| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| annotations | object | {} | add annotations to the deployment, service and pods |
| fullnameOverride | string | "" | |
| image.pullPolicy | string | "IfNotPresent" | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
| image.repository | string | "docker.io/securecodebox/unsafe-https" | Container Image |
| image.tag | string | nil | |
| imagePullSecrets | list | [] | Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
| labels | object | {} | add labels to the deployment, service and pods |
| nameOverride | string | "" | |
| nodeSelector | object | {} | |
| podSecurityContext | object | {} | |
| replicaCount | int | 1 | |
| resources | object | {} | |
| securityContext | object | {} | |
| service.port | int | 443 | |
| service.type | string | "ClusterIP" | |
| tolerations | list | [] |
Code of secureCodeBox is licensed under the Apache License 2.0.
| Back | FazBrowse Home | New Git URL |