-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post Action Certificate Creation #770
Comments
The current plan of record (no timeline yet though) for this is to offer the ability to create a certificate as a standalone tool & to pass in the certificate to the template as a set of parameters. Once that works, we're playing around with the notion of pre-actions that would work just like post-actions with the exception that they'd be able to generate input values - effectively combining the steps of generate the cert & tell the template about the aspects of it that need to be included in the created content. |
Related to aspnet/DotNetTools#296 |
Talked with @javiercn and it looks like we may be able to borrow some bits from https://github.com/aspnet/DotNetTools/tree/dev/src/Microsoft.AspNetCore.CertificateGeneration.Task to make this happen |
@mlorbetske I forgot to mention that the APIs are netcoreapp2.0 only, not sure if that will pose a problem for you. |
@javiercn isn't 2.0 supposed to be compatible with everything under the sun like UWP and Xamarin? |
@dansiegel the main issue is that the projects in this repo all target netcoreapp1.1 or netstandard1.x ;) Working on a plan - thinking it may be possible to define this post action off at the edges (CLI, VS, VS4Mac) to where we don't need to worry about that particular aspect. |
Hi, |
We would like to get more recent feedback on the issue as it is quite old:
One of the possible solutions can be that we create new post action that internally calls Thank you |
This is not important for ASP.NET Core scenarios. We handle things differently, our certificate is installed in the certificate store and its populated as part of the first run experience. I can't speak for other scenarios. |
Close with Low Priority |
It would be highly valuable for a number of templates from UWP to Web to include a built in post action to create a self signed certificate for the project. In the case of UWP I believe this would need to also update the manifest while a web template wouldn't have such a requirement.
Having this as a built in post action would alleviate the need to write a custom script for each template requiring such a process or for the user to opt-in to running the scripts.
The text was updated successfully, but these errors were encountered: