Kubernetes - Secrets
Given the command
kubectl create secret tls mytlssecret --cert=cert.pem --key=key.pem, what will be the type of the created secret?