#! /bin/bash #www.soporte-aspel.net #JAVAPOLICY PARA LINUX echo "configurando java policy" server='' server+="https://www.consulta.sat.gob.mx\n" server+="https://portalsat.plataforma.sat.gob.mx\n" server+="http://www.sat.gob.mx/fichas_tematicas/pago_referenciado/Paginas/pagoreferenciado.aspx\n" server+="https://portalsat.sat.gob.mx/Paginas/MenuDYP.aspx?alerta=True\n" server+="https://www.sat.gob.mx\n" server+="https://portalcfdi.facturaelectronica.sat.gob.mx/\n" server+="http://cfdiau.sat.gob.mx/\n" server+="http://idse.imss.gob.mx/imss/\n" server+="http://sipress.imss.gob.mx\n" server+="https://www.siat.sat.gob.mx/PTSC/\n" server+="https://login.sat.gob.mx\n" server+="https://aplicaciones.sat.gob.mx\n" server+="https://www.acuse.sat.gob.mx/_mem_bin/ValidaFEA.asp\n" server+="https://www.acuse.sat.gob.mx\n" server+="https://www.java.com\n" server+="https://agj.siat.sat.gob.mx\n" server+="https://www.consulta.sat.gob.mx/\n" server+="https://paic.plataforma.sat.gob.mx/\n" server+="https://www.ventanillaunica.gob.mx/vucem/index.htm\n" server+="https://www.ventanillaunica.gob.mx/\n" server+="https://ce.siat.sat.gob.mx/app/qr/faces/page/\n" server+="http://idse.imss.gob.mx/certificacion/jsp/representante/requerimiento/linkRequerimiento.jsp\n" server+="http://incidencias.imss.gob.mx\n" server+="http://idse.imss.gob.mx/certificacion/solicitudCertificado.idse\n" server+="https://nominasat.clouda.sat.gob.mx/frmFac_Captura.aspx\n" server+="https://servicios.fonacot.gob.mx/InformacionGeneral/igConsultaCTResult.fonacot\n" server+="https://servicios.fonacot.gob.mx/Trabajadores/trAfiliacion1.fonacot\n" server+="http://www.sat.gob.mx/sitio_internet/e_sat/oficina_virtual/108_22239.html\n" server+="https://www.avisocero.sat.gob.mx/_mem_bin/FormsLogin.asp?/avisointernet/avisoencero.asp\n" server+="https://pacsat.facturaelectronica.sat.gob.mx/Cfdi/NextGeneracionCfdi\n" server+="https://cfdiau.sat.gob.mx/nidp/app/login?id=SATUPCFDiCon&sid=3&option=credential&sid=3\n" server+="https://pacsat.facturaelectronica.sat.gob.mx\n" server+="https://cfdiau.sat.gob.mx/nidp/app/login?id=SATx509Custom&sid=3&option=credential&sid=3\n" server+="https://pacsat.facturaelectronica.sat.gob.mx/CfdiStatic/Firma/\n" server+="https://cfdiau.sat.gob.mx/nidp/app/login?id=SATx509Custom&sid=0&option=credential&sid=0\n" server+="https://authrfs.siat.sat.gob.mx/nidp/wsfed/ep?id=ciec&sid=0&option=credential&sid=0\n" server+="https://authrfs.siat.sat.gob.mx/nidp/idff/sso?id=ptsc-fiel-ciec&sid=1&option=credential&sid=1\n" server+="https://cfdiau.sat.gob.mx/nidp/app/login?id=SATx509Custom&sid=1&option=credential&sid=1\n" printf "%b" "$server" >"/home/$USER/.java/deployment/security/exception.sites" echo deployment.security.revocation.check=NO_CHECK >"/home/$USER/.java/deployment/deployment.properties" echo deployment.system.tray.icon=true >>"/home/$USER/.java/deployment/deployment.properties" echo deployment.security.mixcode=DISABLE >>"/home/$USER/.java/deployment/deployment.properties" echo deployment.security.tls.revocation.check=NO_CHECK >>"/home/$USER/.java/deployment/deployment.properties" clear echo "VERSION LINUX www.soporte-aspel.net"