Any covariance matrix is symmetric, positive semi-definite.
Let $X=(X_1,...,X_n)^T$ be a multivariate random variable. For simplicity, let's assume it's centered (that is $E(X_i)=0$). The covariance matrix is defined by its coefficients:
$$C_{ij}=E(X_iX_j)$$
In other words, the covariance matrix is given by $C=E(XX^T)$.
Therefore, for any vector $u\in\mathbb R^n$,
$$u^TCu=u^TE(XX^T)u=E(u^TXX^Tu)=E(\langle u, X\rangle^2)\geq 0$$
And the equality to $0$ is achieved iff there exists $u\in \mathbb R^n$ such that $\langle u, X\rangle=0$ almost surely. That is, iff random variable $X$ doesn't span the full $\mathbb R^n$ space, but only a strict subspace.
This can't happen for a normal distribution, therefore the matrix positive semi-definite.