Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sescandell committed Oct 20, 2014
1 parent 540315c commit fc8f3be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/docs/02_packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ In Symfony 2.1 and higher put the following block into your applications compose
"post-update-cmd": "WindowsAzure\\DistributionBundle\\Deployment\\VendorRoleFilesListener::listenPostInstallUpdate",
"post-install-cmd": "WindowsAzure\\DistributionBundle\\Deployment\\VendorRoleFilesListener::listenPostInstallUpdate"
}

## Renew remote desktop certificate

Natively, the generated certificate for remote desktop access is valid for one year. If you need to just renew the certificate, you could
simply use the builtin Symfony command `azure:cloud-services:renew-certificate`. This command will automatically generate new certificates,
put them into the `azure/Sf2.web` directory and update the ServiceConfiguration file.

0 comments on commit fc8f3be

Please sign in to comment.