Goline Logo

News

  • New Partnership Between Goline and EaseUS: Technology and Innovation at Your Service. We are excited to announce our collaboration with EaseUS, a leading company in data management, file recovery, and disk cloning software. This collaboration allows us to provide our users with reliable and cutting-edge tools to manage and protect their devices efficiently. Exploring the Benefits of Our New Partnership with EaseUS This collaboration enhances our capability to deliver top-notch services to our community. With EaseUS, you can optimize storage space, recover lost files, and clone disks easily and securely. Whether you're a home user or an IT professional, you'll...
  • In the supply and logistics sectors, email communication is pivotal. However, organizations face threats like email fraud and phishing. GOLINE SA's clients struggled with configuring email authentication protocols manually. To address this challenge, GOLINE SA partners with PowerDMARC as an MSP Partner, collaborating to streamline implementation and management. PowerDMARC's cloud-based platform automated DMARC, SPF, and DKIM protocols for GOLINE SA's clients. This streamlined the transition to DMARC enforcement policies, bolstering domain protection without compromising email deliverability. The intuitive platform facilitated easy navigation and provided detailed reporting for proactive issue resolution. Strategic Collaboration: GOLINE SA Partners with PowerDMARC GOLINE SA's clients...

Creazione certificato multi SAN per IPAM (OpUtils)

Eliminare tutti i certificati precedenti dal file contenitore di IPAM
C:Program FilesManageEngineOpUtilsconfserver.keystore
 
Creazione chiave privata locale
Andare nella cartella C:Program FilesJavajre7bin in modalità DOS
keytool -genkey -alias ipam -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore server.keystore -ext san=dns:ipam.buonvicini.local,dns:ipam
 
Creazione richiesta
keytool -certreq -alias ipam -sigalg SHA256withRSA -file richiesta.csr -keystore server.keystore -ext san=dns:ipam.buonvicini.local,dns:ipam
 
Importazione RootCA
Scaricare la RootCA da BUSE005 o un altro GC di dominio
Copiare il file RootCA.cer nella cartella C:Program FilesJavajre7bin
keytool -import -alias RootCA -keystore server.keystore -trustcacerts -file RootCA.cer
 
<Inviare richiesta alla CA>
Or, submit an advanced certificate request.
Incolla la richiesta e scegli Web Server.
Scaricare il file .cer nella cartella C:Program FilesJavajre7bin
 
Importazione certificato richiesto
keytool -import -alias ipam -keystore server.keystore -trustcacerts -ext san=dns:ipam.buonvicini.local,dns:ipam -file certnew.cer
 
Per assegnare il certificato a IPAM
C:Program FilesManageEngineOpUtilsconf
Editare il file > server.xml nella sezione seguente e modificare nome del file keystore e la password scelta nella creazione
<Connector  URIEncoding="UTF-8"  acceptCount="100"  clientAuth="false"  debug="0"  keystoreFile="./conf/server.keystore"  keystorePass="xxxxx2010"  maxSpareThreads="75"  maxThreads="150"  
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
| Reply