kb:web:remoteapps_self_signed_sertifikat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
kb:web:remoteapps_self_signed_sertifikat [2020/03/11 16:11] – [Openssl] milanokb:web:remoteapps_self_signed_sertifikat [2020/03/12 05:31] – [Predlog sa GitHub] milano
Line 33: Line 33:
 **sertifikat.pfx** - naziv pfx fajla u koji će sertifikat biti konvertovan. **sertifikat.pfx** - naziv pfx fajla u koji će sertifikat biti konvertovan.
  
-==== Predlog sa GitHub ====+==== Windows 10 ====
  
-  - Install openssl package for your operating system from here +Najbolji način da se napravi **Windows RemoteApp kompatibilan sertifikat** jeste upotreba PowerShell-a u Windows 10Verzija je važna pošto veći deo opcija u prethodnim verzijama PS-a nije podržana.
-  - Generating a private key: ''openssl genrsa 2048 > private.pem'' +
-  - Generating the self signed certificate: ''openssl req -x509 -new -key private.pem -out public.pem'' +
-  - If required, creating **PFX**: ''openssl pkcs12 -export -in public.pem -inkey private.pem -out mycert.pfx''+
  
 +Ako imamo W10 dovoljno je pokrenuti PS komandu
 +
 +<code>
 +New-SelfSignedCertificate -Type Custom -Subject "CN=rap.leburickomerc.com" -KeyUsage DataEncipherment, KeyEncipherment, DigitalSignature -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.2,1.3.6.1.5.5.7.3.1") -CertStoreLocation "Cert:\CurrentUser\My" -NotBefore '2020-03-11' -NotAfter '2023-03-11'
 +</code>
  
 ====== Upotreba self-signed sertifikata za Https pristup ====== ====== Upotreba self-signed sertifikata za Https pristup ======
  • kb/web/remoteapps_self_signed_sertifikat.txt
  • Last modified: 2020/03/12 05:35
  • by milano