Last active
August 21, 2018 06:56
-
-
Save akash-gautam/f036af743258758acbee4e28d38175fe to your computer and use it in GitHub Desktop.
sslconfig-obj.yaml defines an object of sslconfig type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "blog.velotio.com/v1alpha1" | |
kind: "SslConfig" | |
metadata: | |
name: "sslconfig-velotio.com" | |
spec: | |
cert: "my cert file" | |
key : "my private key" | |
domain: "*.velotio.com" | |
provider: "digicert" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment