Unverified Commit e26e527a authored by Duggan, John's avatar Duggan, John Committed by GitHub
Browse files

Merge pull request #42 from nova-sdk/41-describe-how-to-configure-native-tls-for-pixi

Add TLS root certs note to first pixi install
parents 7d33cac2 2d013f0d
Loading
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -85,6 +85,16 @@ After answering these questions, `copier` will clone the template repository and

This command will create a virtual environment for your project and install all required libraries, including the NOVA libraries and Trame.

:::callout
You may encounter an `invalid peer certificate: UnknownIssuer` error when running `pixi install` behind a firewall. If encountered, we
recommend configuring Pixi to use your machine's native TLS certificates to address it. You can do so by configuring
https://pixi.prefix.dev/dev/reference/pixi_configuration/#tls-root-certs. As an example, you can create `$HOME/.pixi/config.toml` with:

```toml
tls-root-certs = "native"
```
:::

## Project Structure

The template creates a basic project structure to help get you started quickly. It includes the following directories and files: