Revision 60cc531d lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
961 961

  
962 962
  def _RenewCryptoInner(ctx):
963 963
    ctx.feedback_fn("Updating certificates and keys")
964
    # FIXME: add separate option for client certs
964 965
    bootstrap.GenerateClusterCrypto(new_cluster_cert,
965 966
                                    new_rapi_cert,
966 967
                                    new_spice_cert,
967 968
                                    new_confd_hmac_key,
968 969
                                    new_cds,
970
                                    new_cluster_cert,
969 971
                                    rapi_cert_pem=rapi_cert_pem,
970 972
                                    spice_cert_pem=spice_cert_pem,
971 973
                                    spice_cacert_pem=spice_cacert_pem,

Also available in: Unified diff