Commit 66714ee5 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

ocf.develop and ocf.validation

parent 737cb243
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -25,10 +25,10 @@ data:
     # to execute the next commands in vault
     # to execute the next commands in vault
     # otherwise, if use the vault as dev's mode. Just
     # otherwise, if use the vault as dev's mode. Just
     # type the token's dev.
     # type the token's dev.
     export VAULT_TOKEN="hvs.mn50Q8kpMuxsPUsCNlwQekCd"
     export VAULT_TOKEN=""
     export DOMAIN1=*.pre-prod.int
     export DOMAIN1=*.ocf.pre-production
     export DOMAIN2=*.staging.int
     export DOMAIN2=*.ocf.validation
     export DOMAIN3=*.developer.int
     export DOMAIN3=*.ocf.develop


     # local domains
     # local domains
     # export DOMAIN4=*.pre-prod.svc.cluster.local
     # export DOMAIN4=*.pre-prod.svc.cluster.local
@@ -175,7 +175,7 @@ data:
     
     
     openssl x509 -pubkey -noout -in server_certificate.crt.pem  > server_certificate_pub.pem
     openssl x509 -pubkey -noout -in server_certificate.crt.pem  > server_certificate_pub.pem
     
     
     #vault kv put secret/ca ca=@root_ca.crt.pem root_2023_ca.crt
     #vault kv put secret/ca ca=@root_helm.pem root_2023_ca.crt
     
     
     #cat root_2023_ca.crt root_2023_ca.crt > ca.crt
     #cat root_2023_ca.crt root_2023_ca.crt > ca.crt
     
     
+1 −1

File changed.

Contains only whitespace changes.