Skip to content

Commit

Permalink
Add Kubernetes minikube x509 issuer (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Aug 19, 2022
2 parents ace29fc + 87641d7 commit 705148a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ libupnp
lighttpd
micro_httpd
mini_httpd
minikube
mitmproxy
mod_access
mod_access_compat
Expand Down
8 changes: 8 additions & 0 deletions xml/x509_issuers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,12 @@
<param pos="0" name="os.product" value="Proxmox"/>
</fingerprint>

<fingerprint pattern="^CN=minikubeCA$">
<description>Kubernetes minikube</description>
<example>CN=minikubeCA</example>
<param pos="0" name="service.vendor" value="Kubernetes"/>
<param pos="0" name="service.product" value="minikube"/>
<param pos="0" name="service.cpe23" value="cpe:/a:kubernetes:minikube:-"/>
</fingerprint>

</fingerprints>

0 comments on commit 705148a

Please sign in to comment.