• fx plan initialize --aggregator_address ms.agg01.symptomsquirrel.com
    fx workspace certify
    fx aggregator generate-cert-request --fqdn ms.agg01.symptomsquirrel.com
    fx aggregator certify --fqdn ms.agg01.symptomsquirrel.com --silent
    
    fx collaborator generate-cert-request -n portland
    fx collaborator certify --request-pkg col_portland_to_agg_cert_request.zip --silent
    
    
    fx collaborator generate-cert-request -n seattle
    fx collaborator certify --request-pkg col_seattle_to_agg_cert_request.zip --silent
    
    
    cat cert/cert_chain.crt
    cat cert/client/col_portland.crt
    cat cert/client/col_portland.key
    
    
    rm -rf cert/cert_chain.crt && vi cert/cert_chain.crt
    rm -rf cert/client/col_portland.crt && vi cert/client/col_portland.crt
    rm -rf cert/client/col_portland.key && vi cert/client/col_portland.key
    
    cat cert/cert_chain.crt
    cat cert/client/col_seattle.crt
    cat cert/client/col_seattle.key
    
    
    rm -rf cert/cert_chain.crt && vi cert/cert_chain.crt
    rm -rf cert/client/col_seattle.crt && vi cert/client/col_seattle.crt
    rm -rf cert/client/col_seattle.key && vi cert/client/col_seattle.key
    
    
    fx aggregator start -p plan/plan.yaml
    fx collaborator start -n portland -p plan/plan.yaml
    fx collaborator start -n seattle -p plan/plan.yaml
    
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment