Skip to content

appgate/sdp-stig-appliance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdp-stig-appliance

Description:

Written to apply STIG related configuration changes for the Appgate appliances using an appliance customization.

Usage:

  • Navigate to the Appgate admin portal
  • Upload the .zip file to as an 'Appliance Cusomtization'
  • For each appliance you wish to apply changes to:
    • Edit appliance definition
    • Select desired customization
    • Save changes

Configuration:

Optional Configuration:

  • The expected underlying OS defined by line 2 in “/data/settings.config”
  • The error message defined by line 3 in “/data/settings.config”

Changing Package For Your Needs

  • Edit contents of /src as desired. More details here
  • Zip files into a folder, be careful that the zip process does not nest an additional folder within. Mac users must also avoid adding __MACOSX & .DS_STORE files. Required structure is
    
     folder.zip
      start
      status
      stop
      data/..etc..
     
    NOT
    
     folder.zip
       folder
         start
         status
         stop
         data/.etc..