Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

generate certificate in windows

//Required to install Java
keytool -genkey -keyalg RSA -alias "localhost" -keystore "jenkins.jks" -validity 365 -keysize 2048 -dname "CN=localhost, OU=OU_name, O=OU_name, L=city, ST=State_name, C=two_letter_country_code" -ext SAN=dns:localhost,ip:192.168.56.1 -storepass changeit

Comment

PREVIOUS NEXT
Code Example
Csharp :: c# add button to messagebox 
Csharp :: how to deserialize string array in c# 
Csharp :: how to get type of an object in c# 
Csharp :: c# dictionary with multiple values 
Csharp :: transform.position.x unity 
Csharp :: c# use api rest 
Csharp :: .net mvc return a specific View 
Csharp :: how to print statement in c# 
Csharp :: textblock line break 
Csharp :: check property type of collection c# 
Csharp :: c# get the first 4 characters in the list 
Csharp :: how to change dictionary value in c# 
Csharp :: Unity gameobject visible to specific camera 
Csharp :: c# binary search 
Csharp :: how to get current dir in c# 
Csharp :: addd to array c# 
Csharp :: if set active == false unity 
Csharp :: how to skip bin/Debug/netcoreapp3.1/ on the reltaive path 
Csharp :: replace first occurrence of character in string c# 
Csharp :: c# loop xml 
Csharp :: switch case with 2 variables c# 
Csharp :: how to make a 3d object do something when clicked on 
Csharp :: should i learn c # 
Csharp :: linq foreach c# 
Csharp :: get domain name from email in asp.net c# 
Csharp :: c# datagridview double click on cell 
Csharp :: c# loop through datatable and update 
Csharp :: mysqldump - date 
Csharp :: expando object c# 
Csharp :: Disable Debug.log Unity 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =