util establish adfs trustΒΆ

util establish adfs trust(1)			  BIG-IP TMSH Manual			 util establish adfs trust(1)

NAME
       establish-adfs-trust - Establish trust with ADFS server.

MODULE
       util

SYNTAX
       establish-adfs-trust --vs  [--cert ] --username  [--password ]

        - Virtual server name. It should have the "adfs_proxy" profile attached.

        - Certificate object name for new trust certificate. If the option is not provided, existing trust
       certificate will be updated.

       / - Credentials of a local administrator account on the ADFS server. The command will prompt
       for password if it's not provided on the command line.

DESCRIPTION
       The establish-adfs-trust utility allows users to establish trust with ADFS server. During trust establishment,
       APM generates a self signed certificate and registers it with ADFS. On success, APM adds the newly generated
       certificate and key to the server SSL profile of given virtual server. Any previously attached certificate and
       key are detached from the server SSL profile, but remain on the system.

EXAMPLES
       establish-adfs-trust --vs adfs_vs --cert adfs_cert --username Administrator

       The above command will prompt for password.

       establish-adfs-trust --vs adfs_vs --cert adfs_cert --username Administrator --password secret

SEE ALSO
       run, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2017. All rights reserved.

BIG-IP						      2018-01-11			 util establish adfs trust(1)