Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

angular cli add sslkey certificate

//On the angular.json file add the configurations "sslKey", "sslCert" and "ssl" with the value "true"
//Don't forget to create a folder "ssl" on the root of your project, and add the certicate (.crt) and key (.key) 

"serve": {
          "options": {
            "sslKey": "./ssl/server.key",
            "sslCert": "./ssl/server.crt",
            "ssl": true
          },
          ...
}
Comment

angular cli add ssl certificate

ng serve -o --ssl true --ssl-key [PATH_TO_KEY] --ssl-cert [PATH_TO_CRT]
Comment

PREVIOUS NEXT
Code Example
Shell :: docker compose current directory 
Shell :: tmu rename tab 
Shell :: update metsploit kali linux 
Shell :: choco upgrade 
Shell :: bash temporary file 
Shell :: best audio visualiser for linux 
Shell :: check space left in ubuntu terminal 
Shell :: powershell alias 
Shell :: download specific version of drupal using composer 
Shell :: Create And Restore MongoDB Backups 
Shell :: shell script in jenkins pipeline 
Shell :: how to update google chrome in ubuntu 20.04 
Shell :: linux search for a given string in all files recursively 
Shell :: bash redirect output to null 
Shell :: code commit on github 
Shell :: undo airmon-ng check kill 
Shell :: ubuntu not showing currently open application icons 
Shell :: zsh check if file exists 
Shell :: Install ansible in alpine linux 
Shell :: get all branches from remote 
Shell :: install i18next-browser-languagedetector 
Shell :: apt-get install certbot 
Shell :: docker build name 
Shell :: shell method 
Shell :: how do i clone a specific branch in git 
Shell :: vs code terminal open file in separate window 
Shell :: bluetooth linux protocol not available 
Shell :: mac update path permanently 
Shell :: uuntu free port from use 
Shell :: how to install jupyter 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =