# File lib/fog/container_infra/openstack/requests/get_certificate.rb, line 5
        def get_certificate(bay_uuid)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "certificates/#{cluster_uuid}"
          )
        end