gcloud.rst
changeset 2473 d11ed0a51261
parent 2472 68f8ff9f6c26
child 2474 cc7945bce35e
equal deleted inserted replaced
2472:68f8ff9f6c26 2473:d11ed0a51261
    30     --rules=tcp:80
    30     --rules=tcp:80
    31 
    31 
    32 https://cloud.google.com/load-balancing/docs/health-checks
    32 https://cloud.google.com/load-balancing/docs/health-checks
    33   Creating health checks & magical subnets for FW rules.
    33   Creating health checks & magical subnets for FW rules.
    34 
    34 
       
    35 SSL certificates
       
    36 ================
       
    37 
       
    38 To view status and error details run::
       
    39 
       
    40   gcloud beta compute ssl-certificates describe $NAME
       
    41   gcloud beta compute ssl-certificates list --format=yaml
       
    42 
       
    43 and check codes against:
       
    44 
       
    45 https://cloud.google.com/load-balancing/docs/ssl-certificates/troubleshooting
       
    46   Troubleshooting SSL certificates. Error codes description.
       
    47 
       
    48